Marquee disappears on subsequent loops
Posted: 11 Apr 2012 01:18
Hi,
I'm trying to stream a looped video from one machine to another. I have the receive side displaying a marquee. Everything works as expected for the first iteration. However, when the video loops, the marquee disappears. I am using 2.0.1 on windows 7 with the following command line options
Send side
vlc.exe dvdsimple:///D:/ :disc-caching=100 :start-time=350.000 :stop-time=360 :sout=#std{access=udp{ttl=1},mux=ts,dst=10.75.16.76:11001} :sout-keep --loop
Receive side
vlc.exe --no-video-deco --no-embedded-video --width=960 --height=540 --video-x=1 --video-y=1 --sub-filter=marq --marq-marquee="MARQUEE" --marq-position=5 --marq-size=60 --marq-opacity=250 --marq-color=32768 udp://@:11001
I read that adding "--vout-filter clone --clone-count 0" should fix this but it does not.
Any help is greatly appreciated.
I'm trying to stream a looped video from one machine to another. I have the receive side displaying a marquee. Everything works as expected for the first iteration. However, when the video loops, the marquee disappears. I am using 2.0.1 on windows 7 with the following command line options
Send side
vlc.exe dvdsimple:///D:/ :disc-caching=100 :start-time=350.000 :stop-time=360 :sout=#std{access=udp{ttl=1},mux=ts,dst=10.75.16.76:11001} :sout-keep --loop
Receive side
vlc.exe --no-video-deco --no-embedded-video --width=960 --height=540 --video-x=1 --video-y=1 --sub-filter=marq --marq-marquee="MARQUEE" --marq-position=5 --marq-size=60 --marq-opacity=250 --marq-color=32768 udp://@:11001
I read that adding "--vout-filter clone --clone-count 0" should fix this but it does not.
Any help is greatly appreciated.