[FFmpeg-trac] #5250(ffserver:new): ffserver streaming broken in 3.0/master but worked in 2.8.6
FFmpeg
trac at avcodec.org
Fri Feb 19 11:13:26 CET 2016
#5250: ffserver streaming broken in 3.0/master but worked in 2.8.6
------------------------------------+------------------------------------
Reporter: oviano | Owner:
Type: defect | Status: new
Priority: important | Component: ffserver
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by cehoyos):
{{{
$ git checkout master
$ git bisect start
$ git bisect bad
$ git checkout 6248f238
$ ./configure && make
}}}
confirm that it crashes and use `good` if it crashes!
{{{
$ make distclean && git bisect good
$ git checkout 7ea2db6e
$ ./configure && make
}}}
confirm that it does not crash and use `bad` for the non crashing version!
{{{
$ make distclean && git bisect bad
}}}
Now continue with building, testing and using `make distclean && git
bisect good` or `make distclean && git bisect bad` until git tells you
which commit introduced the "regression" (which is actually the fix for
the crash), remember to use `good` if it crashes and `bad` if it does not
crash. If a version does not build, use `git bisect skip`.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5250#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list