mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
[rtp] Pass --realtime to rtmpdump (Fixes #4882)
A workaround for video jumping back in time.
This commit is contained in:
parent
3900eec27c
commit
1a2548d9e9
@ -49,6 +49,7 @@ def _real_extract(self, url):
|
||||
'ext': ext,
|
||||
'vcodec': config.get('type') == 'audio' and 'none' or None,
|
||||
'player_url': 'http://programas.rtp.pt/play/player.swf?v3',
|
||||
'rtmp_real_time': True,
|
||||
}]
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user