I'm wondering if there is any plan to support HTTP2 client protocol for
FFmpeg. Would be great to be able to support Hls/Dash streamings whose
server requires http2 and blocks http1.1 requests.
I'm willing to sponsor the development if there is any interest.
___
Shouldn't the result of xmlEncodeEntitiesReentrant(NULL, root_url) be freed
with av_free or xmlFree?
xmlChar *tmp_str = NULL;
tmp_str = xmlEncodeEntitiesReentrant(NULL, root_url);
xmlNodeSetContent(node, tmp_str);
xmlFree(tmp_str);
___
ffmpeg-devel maili