-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
IndexError: list index out of range
>> $ ./dashproxy.py http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd -o .
Running dash proxy for stream http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd. Output goes in .
mpd=[]
Traceback (most recent call last):
File "./dashproxy.py", line 289, in <module>
main()
File "./dashproxy.py", line 286, in main
run(args)
File "./dashproxy.py", line 275, in run
return proxy.run()
File "./dashproxy.py", line 115, in run
self.refresh_mpd()
File "./dashproxy.py", line 129, in refresh_mpd
self.handle_mpd(mpd)
File "./dashproxy.py", line 150, in handle_mpd
period = periods[0]
IndexError: list index out of range
Metadata
Metadata
Assignees
Labels
No labels