Page 1 of 1

Network playlist

Posted: 01 Dec 2015 07:20
by ShyLion
Hello.
I've got a network hosted playlist

Code: Select all

http://someserver.somedomain.com/pl/?param=value&param2=value&etc
containing UDP multicast entries, like

Code: Select all

udp://@239.123.123.1:1234
How do i pass it to VLC?
I can put any content into playlist itself (it's actually PHP script).
What i want is to see list of channels and play them using VLC.

Specifying channel alone works fine, VLC nicely plays multicast stream in my environment,

Re: Network playlist

Posted: 01 Dec 2015 11:14
by ShyLion
Worked around creating HTML page with vlc:// style links.