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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: