Page 1 of 1

[?] Some VLC Questions!

Posted: 17 Dec 2006 22:29
by V I R U S
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):

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}}
Will the same star parametr work on my linux machine if i run:

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}}
or should i write so:

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}}'
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!

Posted: 18 Dec 2006 11:33
by jeroensky
Check here, to find out what codecs VLC supports.(in 4 example fileoutput).
http://www.videolan.org/streaming-features.html

About the configuration, if you configure it manually by gui then look at what it gives after configuration as start parameter. But i guess it's the same as in other OS versions of VLC.(if they're the same version of VLC like 0.8.5 or 0.8.6).

Here a link to the VLC WiKi Documentation, 4 all the questions:
http://wiki.videolan.org/Documentation:Documentation :?:

I think you can try

Posted: 19 Dec 2006 06:28
by stream_media
./configure --enable-wxwidgets --with-wx-config-path=/your-path/wxwi
dgets-2.6.3 --disable-ffmpeg

then you may see the interface

and your-path means the real file path for wxwidgets

this configure can be used on Fedora core5.0

addoil~