Skip to content

fixed: Cannot read property 'Location as Array' of undefined

Vinay Rosenberg requested to merge github/fork/rrolf/development into development

Created by: rrolf

I used a manifest with streams in multiple qualities from a Wowza server. I encountered an error "Cannot read property 'Location as Array' of undefined". In the Manifest loader I encountered the problem that manifest did not contain manifest. removing one of the manifest variables fixed the problem.

Merge request reports