mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-08 19:08:40 +00:00
[lrt] Pass --realtime to rtmpdump
This commit is contained in:
parent
22d3628319
commit
dc570c4951
|
@ -52,6 +52,7 @@ class LRTIE(InfoExtractor):
|
|||
'url': data['streamer'],
|
||||
'play_path': 'mp4:%s' % data['file'],
|
||||
'preference': -1,
|
||||
'rtmp_real_time': True,
|
||||
})
|
||||
else:
|
||||
formats.extend(
|
||||
|
|
Loading…
Reference in a new issue