#2189: ffmpeg -i http://url doesn't exit with absent server in windows -------------------------------------+------------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+-------------------------------------
Comment (by DonMoir): Same thing happens when I try to connect to my IP camera which is http://x.x.x.x/... and it is either unplugged or not connected. In my own code, I found it necessary to have an interrupt_callback and timeout from there. Also when I do connect and av_read_frame is called, then camera is disconnected, I also need catch that in the interrupt_callback by timing out or on exit. If I don't catch in interrupt then av_read_frame will hang. Not sure if it hangs forever, but close enough. With interrupt_callback it works fine. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2189#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list [email protected] http://avcodec.org/mailman/listinfo/ffmpeg-trac
