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

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

Open
mparisi76 opened this issue Jul 8, 2014 · 1 comment
Open

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

mparisi76 opened this issue Jul 8, 2014 · 1 comment

Comments

@mparisi76
Copy link

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.

@tomasz-oponowicz
Copy link
Contributor

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.

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

2 participants