Network playlist
Posted: 01 Dec 2015 06:36
Hello.
I've got a network hosted playlist, containing UDP multicast entries, like .
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,
I've got a network hosted playlist
Code: Select all
http://someserver.somedomain.com/pl/?param=value¶m2=value&etc
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,