[vlc-devel] VLC iOS Dev

Konrad mail at chernowii.com
Mon Aug 12 17:51:17 CEST 2013


Hello Felix.
I am 14 years old, I know HTML, and a bit of c++.
As you told me, if I write this on my webapp: vlc://www.myserver.com/mymediafiles/mycoolvideo.mp4 VLC iOS will open this video? wow.
I went to git.videolan.org, so if I write the git of iOS VLC on a HTML site (dreamweaver?) I get all the code of VLC iOS?
I wrote this on my computer app: <embed type="application/x-vlc-plugin"
         name="livestream"
         autoplay="no" loop="yes" width="400" height="300"
         target="http://10.5.5.9:8080/live/amba.m3u8" />
<br />
  <a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
  <a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
  <a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
  <a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
 I need something similar for iOS!

Thanks in advice

Konrad
El 12/08/2013, a las 17:26, Felix Paul Kühne escribió:

> Hello Konrad,
> 
> On 12.08.2013, at 17:08, Konrad <mail at chernowii.com> wrote:
>> I am Konrad Iturbe (http://chernowii.com) I am developer (not as a professional level) of ChernowiiApp, the unofficial gopro app.
> Nice to meet you.
> 
>> As a developer, I use VLC for embedding gopro streaming media (.m3u8) into a computer app.
> Cool!
> 
>> I detected that VLC iOS cant open .m3u8 livestream urls, please fix it.
> Yes, we have a ticket about on our tracker [1]. Since this isn't of high priority to me due to real life time limitations, I can't and won't promise a release date for a potential fix.
> 
>> I dont have the files so I cant fix that. 
> VLC is fully open-source. You can find everything you need by cloning and building ios.git available from http://git.videolan.org.
> 
>> I want to use VLC iOS for:
>> embedding .m3u8 livestream url into a webapp
>> HTML CODE of open .MP4 url files with VLC iOS.
> Just use vlc://www.myserver.com/mymediafiles/mycoolvideo.mp4 - this requires VLC for iOS 2.0.2 or later (aka the version currently available on the App Store).
> 
> Cheers,
> 
> Felix
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130812/036b0c9d/attachment.html>


More information about the vlc-devel mailing list