<div dir="ltr">Ah, thank you. I was hoping this would show me how I could register my own protocols. Our software used to <span style="color:rgb(33,33,33);font-size:13px">ffurl_register_protocol 5 protocols. Now that we are upgrading to a later version of ffmpeg, I have to figure out how to register those protocols in a different way. </span><div><font color="#212121"><br></font></div><div><font color="#212121">I've been told the correct way is to do a </font><span style="color:rgb(33,33,33);font-size:13px">avio_alloc_context, but that doesn't take all the function pointers I need to pass in such as open and close.</span></div><div><font color="#212121"><br></font></div><div><font color="#212121">Any thoughts? Thanks!</font></div><div><font color="#212121"><br></font></div><div><font color="#212121">mahboud<br></font><div class="gmail_quote"><div dir="ltr">On Tue, Oct 31, 2017 at 5:33 PM Carl Eugen Hoyos <<a href="mailto:ceffmpeg@gmail.com" target="_blank">ceffmpeg@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2017-11-01 1:21 GMT+01:00 Mahboud Zabetian <<a href="mailto:mzabetian@tunein.com" target="_blank">mzabetian@tunein.com</a>>:<br>
> Hi. Can someone tell me how the file<br>
><br>
> libavformat/protocol_list.c<br>
><br>
> is created? I assume it is made on the fly.<br>
<br>
The configure script creates it.<br>
<br>
Carl Eugen<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div></div></div>