mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:17:08 -05:00 
			
		
		
		
	[rtp] Pass --realtime to rtmpdump (Fixes #4882)
A workaround for video jumping back in time.
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user