Multiple streams not in sync
Posted: 21 Jan 2007 13:37
Hi
I try to stream 3 MPEG2 streams to 3 different players. These streams have to be in sync.
I use VLM with the following config file:
I use now one Client with three VLC players to check the sync. Normaly the destination are three different clients, all on the port 4951.
Then I start with:
The first run of the loop all the streams are in sync, but by the second loop the streams are not in sync any more.
Is this the way to sync streams or is there an other solution? Or is there maybe a bug in the software that causes the delay in the different streams?
I use Debian Etch with VLC 0.8.6-svn2 (default from debian set). Also tested with VLC 0.8.6 on Mac OSX.
I try to stream 3 MPEG2 streams to 3 different players. These streams have to be in sync.
I use VLM with the following config file:
Code: Select all
# VLC media player VLM command batch
# http://www.videolan.org/vlc/
new monitor32_1 broadcast enabled loop
setup monitor32_1 input "file:///home/mediafiles/32/monitor_d01_links.mpg"
setup monitor32_1 output #standard{mux=ts,access=udp,dst=10.0.0.150:4951}
new monitor32_2 broadcast enabled loop
setup monitor32_2 input "file:///home/mediafiles/32/monitor_d01_links.mpg"
setup monitor32_2 output #standard{mux=ts,access=udp,dst=10.0.0.150:4952}
new monitor32_3 broadcast enabled loop
setup monitor32_3 input "file:///home/mediafiles/32/monitor_d01_links.mpg"
setup monitor32_3 output #standard{mux=ts,access=udp,dst=10.0.0.150:4953}
control monitor32_1 play
control monitor32_2 play
control monitor32_3 play
Then I start with:
Code: Select all
# vlc --vlm-conf streamer32.vlc -I telnet
Is this the way to sync streams or is there an other solution? Or is there maybe a bug in the software that causes the delay in the different streams?
I use Debian Etch with VLC 0.8.6-svn2 (default from debian set). Also tested with VLC 0.8.6 on Mac OSX.