【发布时间】:2015-07-27 17:13:15
【问题描述】:
我正在尝试使用 mp4box 创建具有三种表示形式的破折号文件,但是在创建文件时我尝试对其进行验证并收到此文件
<svrl:failed-assert test="if (not(@duration) and not(child::dash:SegmentTimeline)) then false() else true()"
location="/*[local-name()='MPD' and namespace-uri()='urn:mpeg:dash:schema:mpd:2011']/*[local-name()='Period' and namespace-uri()='urn:mpeg:dash:schema:mpd:2011']/*[local-name()='AdaptationSet' and namespace-uri()='urn:mpeg:dash:schema:mpd:2011']/*[local-name()='SegmentTemplate' and namespace-uri()='urn:mpeg:dash:schema:mpd:2011']">
如果存在多个媒体段,则应存在持续时间属性或 SegmentTimeline 元素。
有谁知道这可能是什么原因?该流确实可以与我的应用程序一起播放它的价值..
【问题讨论】: