From 8508e6962e160a7a22caabdb2a022c9ce29bf621 Mon Sep 17 00:00:00 2001 From: Daniel Vogt Date: Wed, 21 Oct 2020 20:44:04 +0200 Subject: [PATCH] [opencast] Set RTMP preference to -2. It is very slow --- youtube_dl/extractor/opencast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/opencast.py b/youtube_dl/extractor/opencast.py index 9d2802a06..5252d1cea 100644 --- a/youtube_dl/extractor/opencast.py +++ b/youtube_dl/extractor/opencast.py @@ -80,6 +80,7 @@ class OpencastBaseIE(InfoExtractor): 'app': m_obj.group('app'), 'play_path': m_obj.group('playpath'), 'rtmp_live': True, + 'preference': -2 } ) extention = m_obj.group('playpath').split(':')