Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOWNLOADING ISSUE #23

Open
kunalBasnetC opened this issue Mar 5, 2023 · 0 comments
Open

DOWNLOADING ISSUE #23

kunalBasnetC opened this issue Mar 5, 2023 · 0 comments

Comments

@kunalBasnetC
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant