[rtp] Pass --realtime to rtmpdump (Fixes #4882)

A workaround for video jumping back in time.
This commit is contained in:
Naglis Jonaitis 2015-02-06 13:41:58 +02:00
parent 3900eec27c
commit 1a2548d9e9
1 changed files with 1 additions and 0 deletions

View File

@ -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 {