File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 212, in
media_info = manifest_parser(mpd)
File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 171, in manifest_parser
running_time = durationtoseconds(mpd.media_presentation_duration)
File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 50, in durationtoseconds
if(period[:2] == "PT"):
TypeError: 'NoneType' object is not subscriptable
Im not sure how to edit script for the mpd I'm using can you provide any examples
base_url = repr.base_urls[0].base_url_value
TypeError: 'NoneType' object is not subscriptable
@sowie2016 hi whats happened with you in this ? any ideas ?****
Can you help with an MPD Im getting error
File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 212, in
media_info = manifest_parser(mpd)
File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 171, in manifest_parser
running_time = durationtoseconds(mpd.media_presentation_duration)
File "D:\Users\chris\Drm-Dash-stream-downloader-master\dashdownloader_multisegment.py", line 50, in durationtoseconds
if(period[:2] == "PT"):
TypeError: 'NoneType' object is not subscriptable
Im not sure how to edit script for the mpd I'm using can you provide any examples