diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-10-30 13:18:13 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-10-30 13:18:13 +0300 |
commit | e47a9ce4bb862f3794065327e33daceb0a09f426 (patch) | |
tree | 4f806342dcc771fc65d4ec824fa7ec1aabb56b42 /debian | |
parent | ba5a068ff93443ee3ec07f97cac0409b6977bfd0 (diff) | |
download | vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.gz vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.bz2 |
support youtu.be URLs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/webvi.conf | 4 | ||||
-rw-r--r-- | debian/webvi.plugin.conf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/webvi.conf b/debian/webvi.conf index adc430e..d6810a4 100644 --- a/debian/webvi.conf +++ b/debian/webvi.conf @@ -18,3 +18,7 @@ templatepath = /usr/share/webvi/templates # 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 diff --git a/debian/webvi.plugin.conf b/debian/webvi.plugin.conf index c4f5072..7f89c06 100644 --- a/debian/webvi.plugin.conf +++ b/debian/webvi.plugin.conf @@ -5,3 +5,7 @@ templatepath = /usr/share/webvi/templates [www.youtube.com] stream-max-quality = 50 + +[youtu.be] + +stream-max-quality = 50 |