Thank you both!<br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 3, 2017 at 3:55 PM Hendrik Leppkes <<a href="mailto:h.leppkes@gmail.com">h.leppkes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Oct 3, 2017 at 10:39 PM, Mahboud Zabetian <<a href="mailto:mzabetian@tunein.com" target="_blank">mzabetian@tunein.com</a>> wrote:<br>
> Hi.  I have old code that calls ffurl_register_protocol(), and linked with<br>
> FFMPEG 3.0.2.<br>
><br>
> I'm upgrading to FFMPEG 3.3. It looks like ffurl_register_protocol()n has<br>
> been deprecated, although there is not a whole lot of mention of what<br>
> replaced it. Google finds only few mentions, such as this one, where someone<br>
> is trying to export ffurl_register_protocol() to continue using it.<br>
><br>
> Any advice how I should proceed? How can I replace<br>
> ffurl_register_protocol()? Or do I look to export it in the latest FFMPEG?<br>
><br>
<br>
Use a custom avio context with read/write callbacks. Registering<br>
protocols externally is not supported, and the ffurl function was<br>
always an internal function that was errorneously available in a few<br>
versions.<br>
<br>
- Hendrik<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>