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?