[?] Some VLC Questions!
Posted: 17 Dec 2006 22:29
Hi all and everyone!
Just installed VLC on my SuSE 10.0 machine and got some questions.
1. I have configured start parameter on my Windows machine, and got this (using interface):
Will the same star parametr work on my linux machine if i run:
or should i write so:
2. How can i start Web interface over the CMD parametr and where should i configure this (username/pass)? Which port does it use?
3. After i run VLC, how to play file which is in the same Directory as I'm now without adding it to queue?
4. Which codecs should i use on standart Linux SuSE 10.0 ?
Thanx you all for you answers!
Just installed VLC on my SuSE 10.0 machine and got some questions.
1. I have configured start parameter on my Windows machine, and got this (using interface):
Code: Select all
:sout=#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}
Code: Select all
vlc -vvv :sout=#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}
Code: Select all
vlc --sout '#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}'
3. After i run VLC, how to play file which is in the same Directory as I'm now without adding it to queue?
4. Which codecs should i use on standart Linux SuSE 10.0 ?
Thanx you all for you answers!