Page 1 of 1

auto start streaming problem

Posted: 06 Feb 2005 09:42
by tfyick
hi,

I use Windows XP SP2, and I want the vlc media player auto start and then start streaming.

I try to run the following at RUN at windows menu bar:
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="FlyTV CardBus" :dshow-adev="Realtek AC97 Audio" :dshow-size="" :no-dshow-config :no-dshow-tuner :sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=udp,mux=ts,url=239.20.30.40:1234,slp}}

but its seems that the parameter is over 255 characters and not work! Actually when I program this in Delphi, the program cannot compile as parameter over 255 characters. So what can I do?

Pls help