diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 9c64c3a..c97e3d8 100644 --- a/settings.py +++ b/settings.py @@ -168,6 +168,15 @@ For security reasons, enabling this is not recommended.''', 'category': 'playback', }), + ('prefer_uni_sources', { + 'label': 'Prefer integrated sources', + 'type': bool, + 'default': True, + 'comment': '', + 'category': 'playback', + 'description': 'If enabled and the default resolution is set to 360p or 720p, uses the unified (integrated) video files which contain audio and video, with buffering managed by the browser. If disabled, always uses the separate audio and video files through custom buffer management in av-merge via MediaSource.', + }), + ('use_video_player', { 'type': int, 'default': 1, |