aboutsummaryrefslogtreecommitdiffstats
path: root/community/vlc/vlc.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-14 14:21:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-14 14:47:00 +0000
commit3685753335233dcf839f13341c66d09a78896bf6 (patch)
tree1a0a88dad03dcdc6e793d6ebf5b85abca1d98800 /community/vlc/vlc.confd
parent929d8744c21a0a42705fa002d2d97bd37ef72f51 (diff)
downloadaports-3685753335233dcf839f13341c66d09a78896bf6.tar.bz2
aports-3685753335233dcf839f13341c66d09a78896bf6.tar.xz
community/vlc: move from main
Diffstat (limited to 'community/vlc/vlc.confd')
-rw-r--r--community/vlc/vlc.confd15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/vlc/vlc.confd b/community/vlc/vlc.confd
new file mode 100644
index 0000000000..9a58842bd6
--- /dev/null
+++ b/community/vlc/vlc.confd
@@ -0,0 +1,15 @@
+# Sample vlc params suitable for running as a daemon
+
+## --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
+##
+## The --daemon option will automatically be added so no need to add it
+## here.
+
+VLC_OPTS="--quiet -I dummy alsa://hw:0,0 --file-logging --logfile /var/log/vlc/vlc.log --sout #transcode{acodec=mp3,ab=48,channels=1,samplerate=22050}:std{access=http,mux=ogg,dst=:8080}"