#6859: 2pass moov not written and block ffmpeg if RTMP input stream stops before -------------------------------------+------------------------------------- Reporter: zermok | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | undetermined Keywords: librtmp mov | Resolution: regression | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+-------------------------------------
Comment (by cehoyos): Replying to [comment:75 zermok]: > I don't understand how git bisect works. It would be more helpful if you had explained what you tried and what didn't work. Anyway: Run git clone to get an FFmpeg directory including git history Compile FFmpeg and confirm that you can reproduce the issue Run `make distclean && git bisect bad` to start bisecting. Checkout a version that you know works well Compile and test that version to confirm (I always do this and I believe it is a very good idea) Run `make distclean && git bisect good` Now loop the following: Compile, test and run one of the two lines above: `bad` if the test fails and `good` if it succeeds until git tells you which commit introduced the regression. Usually takes 30 minutes. -- Ticket URL: <https://trac.ffmpeg.org/ticket/6859#comment:77> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://ffmpeg.org/mailman/listinfo/ffmpeg-trac