<html><head></head><body><div class="gmail_quote">Le 28 juin 2017 03:07:15 GMT+03:00, Damien <maitredede@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">Hi,<div><br /></div><div>I am developping an app that uses libvlc. My app uses its own data format, containing videos.</div><div><br /></div><div>I would like to know if it is possible to add a custom uri handler, so video can be streamed directly from application memory.</div><div><br /></div><div>For example, I do the same with the Chromuim Embeded framework, I have added a custom scheme handler for "myapp://" urls, so I can display web content.</div><div><br /></div><div>Thanks.</div></div>
</blockquote></div><br clear="all">You can inject your ownbdata with libvlc_media_new_callbacks(). But to actually provide a new resource location scheme, a new VLC plugin is indispensable.<br>
-- <br>
Rémi Denis-Courmont<br>
Typed on an inconvenient virtual keyboard</body></html>