[FFmpeg-devel] HTTP/2 client code

2024-10-02 Thread Pablo Navarro
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. ___

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec.c Fix for ticket #7395

2024-02-02 Thread Pablo Navarro
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