<p>On Aug 4, 2012 5:22 PM, "Christian Brümmer" <<a href="mailto:christian.bruemmer@gmx.de">christian.bruemmer@gmx.de</a>> wrote:<br>
><br>
> For sure i first tried to use the Android MediaPlayer in combination with a RTSP-Stream but it has a - not configurable - frame buffer which size dependends of the rtsp fps. The result is a delay about 3-5 seconds which is a known problem as i discovered.<br>

> so for a real time video application your on your own..</p>
<p>You could directly call the built-in stagefreight avc decoder, this approach does not introduce extra latency. But the number of instances is limited - three or four, not more.</p>
<p>BR,<br>
Alex Cohn<br>
 <br>
> But anyway i thought there might be a few lever (on the encoding system) which i have to move to increase the decoding performance!<br>
><br>
> What about the fast-decoding tune - how can i combine that with my zero latency configuration?<br>
><br>
> Am 04.08.2012 16:05, schrieb Michael Bradshaw:<br>
>><br>
>> On Aug 4, 2012 6:11 AM, "Christian Brümmer" <<a href="mailto:christian.bruemmer@gmx.de">christian.bruemmer@gmx.de</a>> wrote:<br>
>> ><br>
>> > Hi,<br>
>> ><br>
>> > i am using FFmpeg for H264 Decoding on an Android Device.<br>
>><br>
>> Out of curiosity, is there a reason you aren't using Android's native decoder? It may be more optimized for the device than FFmpeg too. Sorry I don't know how to make FFmpeg faster.<br>
>><br>
>> --Michael<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Libav-user mailing list<br>
>> <a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
>> <a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Libav-user mailing list<br>
> <a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
> <a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
><br>
</p>