blob: 989aad2f4201cf61010d91e8e0d1a5deff58c6e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|