[vlc-devel] VLC iOS Dev

Konrad mail at chernowii.com
Wed Aug 14 08:46:40 CEST 2013


now the update in appstore
El 14/08/2013, a las 08:38, Avishay Spitzer escribió:

> Cheers!
> 
> Avishay
> 
> 
> On Tue, Aug 13, 2013 at 12:37 PM, Konrad <mail at chernowii.com> wrote:
> 
> Avishay Spitzer solve my problem!
> Thank you!
> El 13/08/2013, a las 09:58, Felix Paul Kühne escribió:
> 
>> Hello Konrad,
>> 
>> On 12.08.2013, at 17:51, Konrad <mail at chernowii.com> wrote:
>> 
>>> 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.
>> Yes. If the user installed VLC, it will open and play the video. The user is presented a dialog first asking "hey, Safari wants to show this in VLC, continue?".
>> Note that playback is no longer in the browser context then.
>> 
>> 
>>> 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?
>> No, you can read and download VLC's C and ObjC code from our git to compile and run it natively.
>> 
>> 
>>> 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>
>> 
>> Well, the issue is that Safari on iOS doesn't support browser plugins so we can't do a VLC plugin like we can do on desktops.
>> On iOS, you have 2 options:
>> - play the m3u8 HLS stream with QuickTime in the browser
>> - play the stream in VLC but keep in mind that it does not support HLS on iOS at the moment.
>> 
>> Best regards,
>> 
>> Felix
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> http://mailman.videolan.org/listinfo/vlc-devel
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

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


More information about the vlc-devel mailing list