Re: [FFmpeg-devel] A question about http connections

2022-12-07 Thread Steven Liu
Basel Sayeh 于2022年12月6日周二 22:48写道: > > Hello > > I'm thinking of implementing code to check the server response for the > hls/dash encoders (incase the output was a URL). Hi Basel, What about check the message in libavformat/http? > > Is it ok to implement it inside hlsenc_io_close/dashenc_io_cl

[FFmpeg-devel] A question about http connections

2022-12-06 Thread Basel Sayeh
Hello I'm thinking of implementing code to check the server response for the hls/dash encoders (incase the output was a URL). Is it ok to implement it inside hlsenc_io_close/dashenc_io_close, and using blocking ffurl_read? ___ ffmpeg-devel mailing li