Page 1 of 1

reapeat streamers

Posted: 02 Sep 2007 03:37
by rhodeye
How do I get a video streamer to repeat.

Re: reapeat streamers

Posted: 02 Sep 2007 13:07
by just-do-it
--loop as in example below

Code: Select all

c: cd "program files\videolan\vlc" vlc D:\ChrisControlledWebs\Just-do-it\Audio\the_sky_at_night/skyatnight_aug07_16x9_bb.mp4.ts --loop :sout=#duplicate{dst=std{access=http,mux=ts,dst=192.168.1.10:8080}}
from
http://www.videolan.org/doc/play-howto/ ... l#id291949