[FFmpeg-devel] [PATCH] avformat/tls_schannel: forward AVIO_FLAG_NONBLOCK to tcp stream

Timo Rothenpieler timo at rothenpieler.org
Tue Jun 18 21:23:51 EEST 2024


On 18.06.2024 18:56, Gyan Doshi wrote:
> FWIW, I had to do the same for securetransport on a project a couple of 
> years back to get rtmps working. Worked fine, and did not get any 
> reports of ill-effects.

You mean the FFmpeg implementation of rtmps?
Cause if so, I think that only makes use of nonblocking mode for 
receiving, not sending.
So it wouldn't run into this if it was wrong.

Just making the reading side support non-blocking would definitely also 
be an option, it would at least fix rtmps.


More information about the ffmpeg-devel mailing list