[opencast] Set RTMP preference to -2. It is very slow

This commit is contained in:
Daniel Vogt 2020-10-21 20:44:04 +02:00
parent 16b4448ae0
commit 8508e6962e
1 changed files with 1 additions and 0 deletions

View File

@ -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(':')