diff options
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 |
