Page 1 of 1

Streaming Broadcast and m3U

Posted: 08 Feb 2008 21:02
by clem.s
Hi I'm trying to broadcast a multicast flux.
I want to use a list of video for the flux.

my vlm.conf :

new Diff-Dream broadcast enabled loop
setup Diff-Dream input "/var/www/films/test.m3u"
setup Diff-Dream output #standard{mux=ts,access=udp,dst=239.255.0.100:1234,sap,name=Diff-Dream}
control Diff-Dream play


but vlc doesn't want to play my list of videos.

I want to know how to use a playlist in this case :?:

Thanks in advance for your help

Re: Streaming Broadcast and m3U

Posted: 09 Feb 2008 18:46
by clem.s
Nobody Can help me :?: :?:

Re: Streaming Broadcast and m3U

Posted: 19 May 2008 13:02
by PureVirtual
clem.s, it seems like VLM just can not use playlists. viewtopic.php?f=4&t=42981#p134797
Here is the same question unanswered for years: viewtopic.php?f=11&t=16874
I think you can use an additional VLM config file instead like this:

Code: Select all

setup tv1 input "track1.mp4" setup tv1 input "track2.mp4" setup tv1 input "track3.mp4" # ...
...and load it in your main vlc.cfg.