<div dir="ltr">Hi Rémi,<div><br></div><div>Thanks for your answer, exactly what I need. When do you think vlc 3 will be available ?</div><div><br></div><div>In the mean time, I will look at plugins. Is it possible to create my input plugin in my code and register it at runtime ?<br>I have a look at vlc wiki, "Hacker Guide/How To Write a Module" and "Hacker Guide/Input". Which source file/module can I take as base to start ?<br></div><div><br></div><div>Thanks.</div><div><br></div><div>Damien</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-29 0:38 GMT+11:00 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div class="h5"><div class="gmail_quote">Le 28 juin 2017 03:07:15 GMT+03:00, Damien <<a href="mailto:maitredede@gmail.com" target="_blank">maitredede@gmail.com</a>> 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"></div></div>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.<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Rémi Denis-Courmont<br>
Typed on an inconvenient virtual keyboard</font></span></div><br>______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/vlc-devel</a><br></blockquote></div><br></div>