[dctp] prefix real_time parameter with rtmp_

This commit is contained in:
Paul Hartmann
2015-01-30 00:47:43 +01:00
parent 75a4fc5b72
commit 7bb3ceb4c7
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class DctpTvIE(InfoExtractor):
'format': 'rtmp',
'url': url,
'play_path': play_path,
'real_time': True,
'rtmp_real_time': True,
'ext': 'flv',
'display_id': video_id
}