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 /examples | |
| parent | ba5a068ff93443ee3ec07f97cac0409b6977bfd0 (diff) | |
| download | vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.gz vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.bz2 | |
support youtu.be URLs
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/webvi.conf | 4 | ||||
| -rw-r--r-- | examples/webvi.plugin.conf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/webvi.conf b/examples/webvi.conf index ac27c54..cf7638c 100644 --- a/examples/webvi.conf +++ b/examples/webvi.conf @@ -18,3 +18,7 @@ templatepath = /usr/local/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/examples/webvi.plugin.conf b/examples/webvi.plugin.conf index 02c2e1a..f8d0a96 100644 --- a/examples/webvi.plugin.conf +++ b/examples/webvi.plugin.conf @@ -5,3 +5,7 @@ templatepath = /usr/local/share/webvi/templates [www.youtube.com] stream-max-quality = 50 + +[youtu.be] + +stream-max-quality = 50 |
