On 28/07/16 05:54, Perette Barella wrote: > I’m running into timeout problems with HTTP protocol while trying to > stream some media. My existing code requests a timeout by setting a > dictionary value “timeout” and passing that to avformat_open_input, a > solution which works on ffmpeg’s implementation and some libav > implementations (presumably older ones).
A quick check shows that avoption support for tcp timeout is from 2014 (from me). > However, I received a bug that tracks down to the requested timeout > not being respected, which lead me to the libav 11.7 code. Am I > correct that the dictionary method is no longer used by tcp.c, and > the timeout is now indicated by a query parameter in the URL passed > to tcp_open? Should not, recently some part of the protocols got overhauled, could you please test with master and give me the minimal code you are using in case? lu _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
