Merge remote-tracking branch 'rzhxeo/rtmpdump_live'

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-10 12:38:40 +01:00
commit 1008bebade
2 changed files with 7 additions and 2 deletions

View file

@ -65,6 +65,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + sd_file,
'live': True, # workaround
'ext': 'flv',
'format': 'sd',
'format_id': 'sd',
@ -72,6 +73,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + hd_file,
'live': True, # workaround
'ext': 'flv',
'format': 'hd',
'format_id': 'hd',