Register fileTypes on the WebPage to Launch VLC streaming.

​VLC for Windows Store​ specific questions

This includes WinRT, Windows RT, Windows Phone, Windows Mobile and Xbox 1
realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 30 Jun 2015 07:14

Hi there.
1st, Thank you awesomely for making VLC for WP8+ devices. Truly remarkable corner stone!

I'd like to suggest a small feature addition to the current WP8.1+ VLC implementation:

Can VLC register certain file types to itself system wide, so that if on a web page there is a link e.g. FLV or .TS file to download, VLC will launch and starts to stream it in?

With WP there is URI Associations, with what this can be done.
https://msdn.microsoft.com/library/wind ... sociations

E.g. if on a webPage there is filelink like <a hfref="video.flv">video</a>, cliking this will launch VLC that starts to stream it in... same with .ts files.
Mime types are correct with these transmissions... video/x-flv and video/mp2t

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 01 Jul 2015 10:53

Helps..
https://msdn.microsoft.com/library/wind ... 05%29.aspx

I found this javascript code to actually launch Windows Phone 8.1. Update (L1020)'s dialog "Want to get app from the Store.."
On the Webpage, Javascript has

Code: Select all

function loadwindowsphone() { window.location = 'alsdkcs://hd'; }
and Phones tries to associate alsdkcs to some app..


E.g. javascript

Code: Select all

function loadwindowsphone() { window.location = "bingmaps://?query"; }
launches immediately Bing maps application on the phone...

Code: Select all

window.location = "katsomo://484519/?referrer=katsomo-desktop";
launches Finnish TV kompany's Katsomo App that starts to stream show 484519...

So, what VLC App needs to associate for to open http://nnn.com/video.flv...

VLCFlv://nnn.com/video.flv could work..

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 03 Jul 2015 20:44

With "VLC for iOS" (iPAD/iPhone) webpage can have <a href="vlc://nn.com/video.ts"/> link and cliking this will open VLC right away (asks for load/stream though..)
Can this be also with Windows Phone version?

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 06 Jul 2015 11:25

This would be truly needed new feature and I quess, quite easy to implement.
Here is the Enigma2 Receiver live-transcoding solution, that could use this feature. :)
http://www.huoltovalikko.com/threads/ti ... uun.11583/

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby Jean-Baptiste Kempf » 15 Jul 2015 23:50

Good idea.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 16 Jul 2015 07:02

Thank you Sir! I am truly waiting for this to act just like in iOS systems. Please, implement vlc:// URI scheme for VLC WP.
Android version could also act like this. :)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby Jean-Baptiste Kempf » 16 Jul 2015 10:39

Android already acts like this.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 17 Jul 2015 06:42

Well.. in Galaxy Tab3 VLC hails for some problem with the media library and will not start streaming.. Though link vlc:// on the webPage starts the appliation, so assosiation works! :)
Is it because vlc:// does not specify the protocol like http?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby Jean-Baptiste Kempf » 17 Jul 2015 10:21

Well.. in Galaxy Tab3 VLC hails for some problem with the media library and will not start streaming.. Though link vlc:// on the webPage starts the appliation, so assosiation works! :)
Is it because vlc:// does not specify the protocol like http?
Possibly.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 17 Jul 2015 13:41

so... is this a VLC problem or how must the webpage need to establish the uri?
vlc://http://domain.com:8080/video.ts does not work..

ThomasNigro
New Cone
New Cone
Posts: 6
Joined: 20 Jul 2015 14:18

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby ThomasNigro » 20 Jul 2015 14:20

That's definitely something planned for upcoming versions of VLC. Thanks for the suggestion!

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 21 Jul 2015 19:12

Thanks 8) .
Can you say when will this feature be added and when can users get the update?

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 05 Aug 2015 20:49

And now that we are at it, m3u files are not associated to VLC at all.
Phones (Wp8.1 update 1) tries to locate proper app on the store, but vlc is not in it.
Please, add .m3u association as well.

kakebake
New Cone
New Cone
Posts: 2
Joined: 30 Mar 2014 14:52

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby kakebake » 05 Sep 2015 16:02

Any news/plans on this? ty

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 05 Sep 2015 16:34

I believe that playlist m3u is harder to implement, than just vlc:// schema... I wish latter will be added soon to WP VLC.. ;)

kakebake
New Cone
New Cone
Posts: 2
Joined: 30 Mar 2014 14:52

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby kakebake » 06 Sep 2015 09:41

Yes the vlc:// shema would be uber great

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 18 Sep 2015 16:18

Excelent! Thank you DEV team for VLC 1.7.0.0. for Windows Phone 8.1 platform. A LOT of improvements, but I'am still missing this
vlc:// scheme registration. :(

When I click a <a href="vlc://site.com/video.flv"> on a webpage, phone asks still for store app to get supported app..
m3u playlist is still not supported.

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 08 Oct 2015 17:47

Thank you DevTeam for the VLC 1.8.0.0 for WP8.1, but still no VLC:// schema support... :)

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 09 Oct 2015 08:23

Fast 1.8.1.0 update! :)

still vlc:// is absent..

:(

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 21 Oct 2015 11:05

These updates keeps coming on a rapid phaze! Thank you!
with 1.8.4.0 now running... VLC:// schema is still absent though.
Keep up the Excellent Work! :)

realjobe
Cone that earned his stripes
Cone that earned his stripes
Posts: 175
Joined: 10 Feb 2008 15:40

Re: Register fileTypes on the WebPage to Launch VLC streaming.

Postby realjobe » 22 Dec 2015 11:46

Hi.
Just created my own universal application for windows 10 family to satisfy this feature absences. If web page has vlc:// link, store will suggest SmallWebVideoPlayer.


If the Dev team wants help/code snippets for this to integrate this feature to real VLC, I'll gladly help.


Return to “​VLC for Windows Store​”

Who is online

Users browsing this forum: No registered users and 31 guests