Use the 'rtmp_live' field for the live parameter of rtmpdump
This commit is contained in:
parent
1008bebade
commit
0ed05a1d2d
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ class CinemassacreIE(InfoExtractor):
|
|||
{
|
||||
'url': url,
|
||||
'play_path': 'mp4:' + sd_file,
|
||||
'live': True, # workaround
|
||||
'rtmp_live': True, # workaround
|
||||
'ext': 'flv',
|
||||
'format': 'sd',
|
||||
'format_id': 'sd',
|
||||
|
@ -73,7 +73,7 @@ class CinemassacreIE(InfoExtractor):
|
|||
{
|
||||
'url': url,
|
||||
'play_path': 'mp4:' + hd_file,
|
||||
'live': True, # workaround
|
||||
'rtmp_live': True, # workaround
|
||||
'ext': 'flv',
|
||||
'format': 'hd',
|
||||
'format_id': 'hd',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue