From d7dc6d675b32f4d2c0cadf657c49a9828ead2a9f Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Wed, 25 Aug 2010 22:27:43 +0300 Subject: install examples/webvi*.conf in Makefile --- examples/webvi.conf | 20 ++++++++++++++++++++ examples/webvi.plugin.conf | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 examples/webvi.conf create mode 100644 examples/webvi.plugin.conf (limited to 'examples') diff --git a/examples/webvi.conf b/examples/webvi.conf new file mode 100644 index 0000000..37dcade --- /dev/null +++ b/examples/webvi.conf @@ -0,0 +1,20 @@ +[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 + +[site-youtube] + +# Limit the quality when streaming to make the playback smooth even if +# the network connection is slow. +stream-max-quality = 50 diff --git a/examples/webvi.plugin.conf b/examples/webvi.plugin.conf new file mode 100644 index 0000000..675f8d7 --- /dev/null +++ b/examples/webvi.plugin.conf @@ -0,0 +1,3 @@ +[site-youtube] + +stream-max-quality = 50 -- cgit v1.2.3