Hi, I use avformat_open_input(), and avformat_find_stream_info() to open rtmp stream, and use av_read_frame() to read av packet. If there is no incoming rtmp stream, avformat_open_input() and avformat_find_stream_info() will wait indefinitely. If incoming rtmp stream is terminated in the middle, av_read_frame() will wait indefinitely.
Is there some method for ffmpeg lib to effective handle this sort of indefinite waiting in case of network issue? Thanks! Regards Andrew
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
