diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-10-24 21:07:08 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-10-24 21:07:08 +0300 |
| commit | d46ef1da8319336f6a669de37473de72935f5304 (patch) | |
| tree | cf83672d0d4a92f1dedb67bef6216b7073333617 /examples | |
| parent | 4770a7e7d1a06fcea280382c546ae38cf4fd084e (diff) | |
| download | vdr-plugin-webvideo-d46ef1da8319336f6a669de37473de72935f5304.tar.gz vdr-plugin-webvideo-d46ef1da8319336f6a669de37473de72935f5304.tar.bz2 | |
new section names in webvi*.conf examples
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/webvi.conf | 2 | ||||
| -rw-r--r-- | examples/webvi.plugin.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/webvi.conf b/examples/webvi.conf index 37dcade..ac27c54 100644 --- a/examples/webvi.conf +++ b/examples/webvi.conf @@ -13,7 +13,7 @@ # templatepath is path to the video service template directory templatepath = /usr/local/share/webvi/templates -[site-youtube] +[www.youtube.com] # Limit the quality when streaming to make the playback smooth even if # the network connection is slow. diff --git a/examples/webvi.plugin.conf b/examples/webvi.plugin.conf index 75830bf..02c2e1a 100644 --- a/examples/webvi.plugin.conf +++ b/examples/webvi.plugin.conf @@ -2,6 +2,6 @@ templatepath = /usr/local/share/webvi/templates -[site-youtube] +[www.youtube.com] stream-max-quality = 50 |
