validate MPD file - using MPEG-DASH

2019-07-17 21:16发布

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.

2条回答
We Are One
2楼-- · 2019-07-17 21:43

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" ...>
查看更多
爷的心禁止访问
3楼-- · 2019-07-17 21:47

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

查看更多
登录 后发表回答