How to set desk shortcut to autostart a stream?
Posted: 06 Jul 2009 20:32
Hey there!
I'm trying to make a Simple way for my dear father to start up VLC to stream to a Dreambox..
Basicly all I need it to do is Open Networkstream and input this line into the advanced line (Or in any way just make VLC run the line..)
The line is
I tried just putting --sout=#trans.... etc. into the desktop shortcut target area but with no luck,
anyone care to tell me how to do this?
I'm trying to make a Simple way for my dear father to start up VLC to stream to a Dreambox..
Basicly all I need it to do is Open Networkstream and input this line into the advanced line (Or in any way just make VLC run the line..)
The line is
Code: Select all
udp://@ :sout=#transcode{vcodec=mp2v,vb=512,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:9090}}
anyone care to tell me how to do this?