Disable 'Prefer integrated sources' for default

This commit is contained in:
Jesús
2021-12-26 12:44:46 -05:00
parent 5006149b59
commit f3d3c4c0a4
2 changed files with 548 additions and 1 deletions

View File

@@ -202,7 +202,7 @@ For security reasons, enabling this is not recommended.''',
('prefer_uni_sources', {
'label': 'Prefer integrated sources',
'type': bool,
'default': True,
'default': False,
'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.',