<div dir="ltr"><div>Cheers!<br><br></div>Avishay<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 12:37 PM, Konrad <span dir="ltr"><<a href="mailto:mail@chernowii.com" target="_blank">mail@chernowii.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div>Avishay Spitzer solve my problem!</div><div>Thank you!<br><div><div class="im">
<div>El 13/08/2013, a las 09:58, Felix Paul Kühne escribió:</div><br></div><blockquote type="cite"><div><div class="h5"><div dir="auto"><div>Hello Konrad,</div><div><br>On 12.08.2013, at 17:51, Konrad <<a href="mailto:mail@chernowii.com" target="_blank">mail@chernowii.com</a>> wrote:<br>
<br></div><blockquote type="cite"><div>Hello Felix.<div>I am 14 years old, I know HTML, and a bit of c++.</div><div>As you told me, if I write this on my webapp: <a>vlc://www.myserver.com/mymediafiles/mycoolvideo.mp4</a> VLC iOS will open this video? wow.</div>
</div></blockquote><div>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?".</div><div>Note that playback is no longer in the browser context then.</div>
<div><br></div><br><blockquote type="cite"><div><div>I went to <a href="http://git.videolan.org/" target="_blank">git.videolan.org</a>, so if I write the git of iOS VLC on a HTML site (dreamweaver?) I get all the code of VLC iOS?</div>
</div></blockquote><div>No, you can read and download VLC's C and ObjC code from our git to compile and run it natively.</div><div><br></div><br><blockquote type="cite"><div><div>I wrote this on my computer app: <code><</code><code>embed</code> <code>type</code><code>=</code><code>"application/x-vlc-plugin"</code></div>
<div><code>         </code><code>name</code><code>=</code><code>"livestream"</code></div><div><code>         </code><code>autoplay</code><code>=</code><code>"no"</code> <code>loop</code><code>=</code><code>"yes"</code> <code>width</code><code>=</code><code>"400"</code> <code>height</code><code>=</code><code>"300"</code></div>
<div><code>         </code><code>target</code><code>=</code><code>"<a href="http://localhost:8080/" target="_blank">http://10.5.5.9:8080</a>/live/amba.m3u8"</code> <code>/></code></div><div><code><</code><code>br</code> <code>/></code></div>
<div><code>  </code><code><</code><code>a</code> <code>href</code><code>=</code><code>"javascript:;"</code> <code>onclick</code><code>=</code><code>'document.video1.play()'</code><code>>Play video1</</code><code>a</code><code>></code></div>
<div><code>  </code><code><</code><code>a</code> <code>href</code><code>=</code><code>"javascript:;"</code> <code>onclick</code><code>=</code><code>'document.video1.pause()'</code><code>>Pause video1</</code><code>a</code><code>></code></div>
<div><code>  </code><code><</code><code>a</code> <code>href</code><code>=</code><code>"javascript:;"</code> <code>onclick</code><code>=</code><code>'document.video1.stop()'</code><code>>Stop video1</</code><code>a</code><code>></code></div>
<div><code>  </code><code><</code><code>a</code> <code>href</code><code>=</code><code>"javascript:;"</code> <code>onclick</code><code>=</code><code>'document.video1.fullscreen()'</code><code>>Fullscreen</</code><code>a</code><code>></code></div>
</div></blockquote><br><div>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.</div><div>On iOS, you have 2 options:</div><div>- play the m3u8 HLS stream with QuickTime in the browser</div>
<div>- play the stream in VLC but keep in mind that it does not support HLS on iOS at the moment.</div><div><br></div><div>Best regards,</div><div><br></div><div>Felix</div></div></div></div><div class="im">_______________________________________________<br>
vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br></div></blockquote>
</div><br></div></div><br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br></div>