[FFmpeg-user] RTSP stream: long delay to start video

Roger Pack rogerdpack2 at gmail.com
Wed Dec 19 05:53:01 CET 2012


On 12/18/12, Dâniel Fraga <fragabr at gmail.com> wrote:
> On Tue, 18 Dec 2012 12:18:33 -0700
> Roger Pack <rogerdpack2 at gmail.com> wrote:
>
>> Do you have more information about it, like which commit introduced
>> the latency? (or you could discover it youself using git bisect...)
>
> 	I don't know exactly what commit introduced this problem, but
> for example, you can be sure that with commit 18884f1 it works.
>
> 	So something has changed between 18884f1 and the latest one.
>
> 	Do you have some suggestions about what commits should I test?

Basically, do a git clone of FFmpeg:
https://github.com/ffmpeg/ffmpeg
then if you do a "git log" it will tell you all the revisions that
have been committed, so you pick one in the middle, see if it still
has the problem, if it does pick one closer, else one farther away
from the good commit, until you can find the "1 commit" that
introduced the offending behavior.  Or do you already know which
commit did it?


> 	Now the problem was solved, but I still have a 10 second delay
> in the beggining which didn't occur with commit 18884f1.
>
> 	So, something after commit 18884f1 broke it (but if you follow
> the thread above, you will notice that there was a fix by Marton
> Balint, although it introduced this 10 second delay before the stream
> started.

So you think it fixed one problem and introduced another? which commit was it?


More information about the ffmpeg-user mailing list