blob: cf7638c14f99ff5bdbeede233f13860c4a10d48a (
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
|
[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
[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
|