Hi,

I'm making program to read and write rtmp stream to server. Many ffmpeg 
functions are related in network operation, such as connection, read and write:

avformat_open_input(), avformat_find_stream_info(), av_read_frame(), and 
av_interleaved_write_frame().

If network is not good, avformat_open_input() and av_read_frame() will wait 
indefinitely. How to deal with indefinite-waiting issue?

Thanks!

Regards

Andrew
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to