mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 02:14:32 +01:00
[opencast] Set RTMP preference to -2. It is very slow
This commit is contained in:
parent
16b4448ae0
commit
8508e6962e
@ -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(':')
|
||||
|
Loading…
Reference in New Issue
Block a user