You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
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?
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.
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.