dashas icon indicating copy to clipboard operation
dashas copied to clipboard

Error #1083: The prefix "x" for element "xmptk" is not bound.

Open mparisi76 opened this issue 11 years ago • 1 comments
trafficstars

Hi, I have done a preliminary round of integrating into our OSMF player. So far I see one error that's come up 2 times:

TypeError: Error #1083: The prefix "x" for element "xmptk" is not bound.

at com.castlabs.dash.loaders::ManifestLoader$/removeNamespacesAndBuildXml()[/Users/tomek/dashas/src/main/actionscript/com/castlabs/dash/loaders/ManifestLoader.as:67]
at com.castlabs.dash.loaders::ManifestLoader/onComplete()[/Users/tomek/dashas/src/main/actionscript/com/castlabs/dash/loaders/ManifestLoader.as:55]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

I assume it has to do with malformed or non-existent XML, but why is the error being triggered and is there any way to prevent it?

Thanks.

mparisi76 avatar Jul 08 '14 23:07 mparisi76

Can you provide your manifest file?

Probably an error occurred because your manifest XML file contains additional namespace. Root cause is that player rewrites XML file to use an unified namespace (please go to removeNamespacesAndBuildXml method for more information). In the past we had issues with different format of urn:mpeg:dash:schema:mpd:2011 namespace. This is workaround. Probably we can do this better.

tomasz-oponowicz avatar Aug 05 '14 09:08 tomasz-oponowicz