diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-03-31 07:31:58 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-03-31 07:32:11 +0000 |
commit | 0726c1cd1435a289a8dbc470ca04b7586aa10830 (patch) | |
tree | b124c4445b8386f3d74ec3746c2db8162a503537 /main/vlc/vlc.confd | |
parent | a2b318ddf1ff0c31d5b9617fdadce552a0d125d1 (diff) | |
download | aports-0726c1cd1435a289a8dbc470ca04b7586aa10830.tar.bz2 aports-0726c1cd1435a289a8dbc470ca04b7586aa10830.tar.xz |
main/vlc: vlc-daemon subpkg created
Diffstat (limited to 'main/vlc/vlc.confd')
-rw-r--r-- | main/vlc/vlc.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/vlc/vlc.confd b/main/vlc/vlc.confd new file mode 100644 index 0000000000..c0f87e4f5f --- /dev/null +++ b/main/vlc/vlc.confd @@ -0,0 +1,11 @@ +# Sample vlc params suitable for running as a daemon + +## --daemon detach from prompt +## --file-logging enable file logging +## --logfile logfile name/path +## -vvv verbose logging +## -I dummy disable X11 interface +## --sout PARAMS encoding parameters + Do NOT quote 'PARAMS' otherwise shell expansions will broke vlc + +VLC_OPTS="-vvv -I dummy alsa://hw:0,0 --daemon --file-logging --logfile /var/log/vlc.log --sout #transcode{acodec=mp3,ab=48,channels=1,samplerate=22050}:std{access=http,mux=ogg,dst=:8080}" |