-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Running dash proxy for stream https://d9an9suwcevit.cloudfront.net/drm/2f855c48-575d-4db8-97e6-8ccc13b16f40/720p/drm/stream.mpd. Output goes in .
mpd=[<Element '{urn:mpeg:dash:schema:mpd:2011}Period' at 0x7fdb7fa6a1b0>]
Starting a downloader for Representation (period=0 adaptation-set=0 representation=0)
requesting video/avc1/init.mp4 from https://d9an9suwcevit.cloudfront.net/drm/2f855c48-575d-4db8-97e6-8ccc13b16f40/720p/drm/video/avc1/init.mp4
Traceback (most recent call last):
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 289, in
main()
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 286, in main
run(args)
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 275, in run
return proxy.run()
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 115, in run
self.refresh_mpd()
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 129, in refresh_mpd
self.handle_mpd(mpd)
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 155, in handle_mpd
self.ensure_downloader(mpd, rep_addr)
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 173, in ensure_downloader
downloader.handle_mpd(mpd, self.get_base_url(mpd))
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 209, in handle_mpd
self.download_template(initialization_template, rep)
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 240, in download_template
self.write(dest, r.content)
File "/home/oem/Desktop/dash-proxy/dash-proxy/./dashproxy.py", line 264, in write
f = open(dest, 'wb')
FileNotFoundError: [Errno 2] No such file or directory: './video/avc1/init.mp'