Hello.

I am working on Apps to send RTMP streams. Basically the behavior of 
av_read_frame()
affects how OBS, and as far as I can tell, ffmpeg itself receives data from an
incoming stream. This is where I need to do some work so that for example, a 
stream
can come in at whatever time, and be transmitted, and then in the mean time
fall back to some other stock video. 

As it stands now, when a stream just stops as far as I can tell, av_read_frame()
will wait indefinitely, unless it is sent an EOF, I think. Shouldn't it give up 
after
a while and return with error?

Is this better directed to libav-user?

Thanks.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to