diff options
| author | Naglis Jonaitis <njonaitis@gmail.com> | 2015-02-06 13:41:58 +0200 | 
|---|---|---|
| committer | Naglis Jonaitis <njonaitis@gmail.com> | 2015-02-06 13:44:46 +0200 | 
| commit | 1a2548d9e91b24f60d6948e658cfc0b68797b254 (patch) | |
| tree | 9a36b0bb480193d81c2d7be067e15112cf7d72ba | |
| parent | 3900eec27c0a385d60f2b1dca50faa6f5e25b971 (diff) | |
[rtp] Pass --realtime to rtmpdump (Fixes #4882)
A workaround for video jumping back in time.
| -rw-r--r-- | youtube_dl/extractor/rtp.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/rtp.py b/youtube_dl/extractor/rtp.py index 7736cabba..4511cba49 100644 --- a/youtube_dl/extractor/rtp.py +++ b/youtube_dl/extractor/rtp.py @@ -49,6 +49,7 @@ class RTPIE(InfoExtractor):              '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 { | 
