<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
I'm using liveMedia library to implement an audio / video RTSP receiver.<br>
To do so, I have created a minimal MediumSink subclass, in which I do
my decoding stuff (using libav* code).<br>
<br>
It works really fine with streamed audio, but I can't decode videos
properly.<br>
I noticed that the frames I'm receiving have really small sizes (sth
like 2000 bytes), and should be more around 60000 bytes to contain an
'image'.<br>
<br>
Maybe I'm wrong here, using a class not dedicated to it... ?<br>
Do I have to set a minimal buffer size (for my sink ?).<br>
<br>
Thanks for your help,<br>
<br>
Best regards,<br>
Guillaume.<br>
<br>
PS : some interesting insight : when I try to read one of those videos
with ffplay (small player contained in ffmpeg sources), it works just
fine.<br>
<br>
<div class="moz-signature">-- <br>
Guillaume FERRY<br>
Bertin Technologies<br>
Département Bertin Conseil<br>
Activité Traitement de l'Information et du Contenu<br>
<table>
<tbody>
<tr>
<td><i>Tél</i></td>
<td>01.39.30.62.09</td>
</tr>
<tr>
<td><i>Fax</i></td>
<td>01.39.30.62.45</td>
</tr>
<tr>
<td><i>Mail</i></td>
<td><a class="moz-txt-link-abbreviated" href="mailto:ferry@bertin.fr">ferry@bertin.fr</a></td>
</tr>
<tr>
<td><i>Web</i></td>
<td><a href="http://www.bertin.fr">www.bertin.fr</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>