diff options
Diffstat (limited to 'examples/webvi.conf')
-rw-r--r-- | examples/webvi.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/webvi.conf b/examples/webvi.conf new file mode 100644 index 0000000..989aad2 --- /dev/null +++ b/examples/webvi.conf @@ -0,0 +1,28 @@ +[webvi] + +# streamplayer1 to streamplayer9 are alternative media players to be +# used for streaming. The substring %s will be replaced by the stream +# URL. The players are tried one by one starting from streamplayer1 +# until one of them succeeds playing the stream. +# +#streamplayer1 = vlc "%s" +#streamplayer2 = totem "%s" +#streamplayer3 = mplayer "%s" +#streamplayer4 = xine "%s" + +# templatepath is path to the video service template directory +templatepath = /usr/local/share/webvi/templates + +# If vfat is true, generate Windows compatible file names. +# +#vfat=false + +[www.youtube.com] + +# Limit the quality when streaming to make the playback smooth even if +# the network connection is slow. +stream-max-quality = 50 + +[youtu.be] + +stream-max-quality = 50 |