1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-06 17:37:08 +02:00

[lrt] Pass --realtime to rtmpdump

This commit is contained in:
Naglis Jonaitis 2015-03-03 18:41:34 +02:00
parent 22d3628319
commit dc570c4951

View File

@ -52,6 +52,7 @@ def _real_extract(self, url):
'url': data['streamer'], 'url': data['streamer'],
'play_path': 'mp4:%s' % data['file'], 'play_path': 'mp4:%s' % data['file'],
'preference': -1, 'preference': -1,
'rtmp_real_time': True,
}) })
else: else:
formats.extend( formats.extend(