validate MPD file - using MPEG-DASH

谁说胖子不能爱 提交于 2019-12-24 06:07:17

问题


I have just started using MPEG-DASH (from the client side), following the c057623_ISO_IEC_23009-1_2012 spec.

Does anyone know if there is a public lib or open source to validate MPD file I receive?

I have no problem in processing the xml.

Any help will be appreciated.


回答1:


You may want to check this MPEG-DASH MPD Validator The DASH Industry Forum provides great software resources for all things MPEG DASH.




回答2:


Here another MPD Validator from dashif: DASHIF Validator.


In respect to the error "Cannot find the declaration of element ‘MPD'" provided by the mentioned MPEG-DASH MPD Validator, I observed it may happen even when the MPD tag is present, but it encounters some differences to the expected text, such as:

<MPD xmlns="urn:mpeg:DASH:schema:MPD:2011" ...>

instead of

<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" ...>


来源:https://stackoverflow.com/questions/21830490/validate-mpd-file-using-mpeg-dash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!