summaryrefslogtreecommitdiffstats
path: root/main/vlc/vlc.confd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2011-03-31 07:31:58 +0000
committerLeonardo Arena <rnalrd@gmail.com>2011-03-31 07:32:11 +0000
commit0726c1cd1435a289a8dbc470ca04b7586aa10830 (patch)
treeb124c4445b8386f3d74ec3746c2db8162a503537 /main/vlc/vlc.confd
parenta2b318ddf1ff0c31d5b9617fdadce552a0d125d1 (diff)
downloadaports-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.confd11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/vlc/vlc.confd b/main/vlc/vlc.confd
new file mode 100644
index 000000000..c0f87e4f5
--- /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}"