[lrt] Pass --realtime to rtmpdump
This commit is contained in:
parent
22d3628319
commit
dc570c4951
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class LRTIE(InfoExtractor):
|
||||||
'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(
|
||||||
|
|
Loading…
Reference in a new issue