<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello all ,<br>I can not give you the android vlc source modified to play a youtube direct link cause I'm working on a different android project based  libvlc .<br><br></div>But I made a project from where you can copy all code into android vlc.<br><br></div>You just need to  call the function :  <br>getYoutubeLinkandPlay(link);  link is a youtube video link like <br>String link = "<a href="https://www.youtube.com/watch?v=Od-6uzcLGqw">https://www.youtube.com/watch?v=Od-6uzcLGqw</a>";<br><br></div>At final you'll have in teh variable playLink the direct video url to play as mrl .<br><br></div>So is very easy to integrate.<br><br></div>I keept a combination of lua ,java code ,cause the page download is doe in a java thread and page parsing in lua with code from youtube.lua from windows vlc .<br>So if something change in vlc no need to adapt java code ,just easy copy lua code from windows vlc youtube.lua.<br></div>If you want you can wirte all code just in java but for my project I preffer to leave it so .<br></div>I hope you'll have no problems to integrate it.<br></div>The download link is here <a href="https://www.dropbox.com/s/x0e0o5jqfpiaub0/luasimple.zip?dl=0">https://www.dropbox.com/s/x0e0o5jqfpiaub0/luasimple.zip?dl=0</a><br></div>Have a nice day all!<br><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 12:18 AM, Maria Gheorghe <span dir="ltr"><<a href="mailto:reclamamulta@gmail.com" target="_blank">reclamamulta@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>hi all ,I made my android vlc to play directly youtube links with help from the youtube lua from the big vlc project  ,like the windwos vlc does.<br></div>The code is based on the youtube.lua for easy adaption if something change om youtube.If youtube.lua from widnwos will be updated the java code will be also very esasy updated to the new modifications.<br></div>Are you interested to add this to the android vlc?<br></div>I can give you the source.<br></div>Thank you<br></div>
</blockquote></div><br></div>