Opened 10 years ago
Closed 7 years ago
#4555 closed defect (fixed)
MPEG Dash dynamic type: Period element requires ID
Reported by: | FishB8 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | dash |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Came across another MPEG Dash validation error.
http://www-itec.uni-klu.ac.at/dash/?page_id=605
This time the output had type dynamic, and the validator complains that the Period element must always have an ID attribute when type is dynamic.
"If the MPD is dynamic the Period element shall have an id."
Please ensure this is still valid in the 2014 spec and its addendums. The validator claims to be based off the older depreciated 2012 spec.
I can provide sample MPD if needed.
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
Keywords: | mpd removed |
---|
comment:3 by , 10 years ago
A sample MPD or an ffmpeg command line to create one would be good, yes.
comment:4 by , 10 years ago
I finally found the online reference
http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip
I believe this validation error is in reference to section 5.3.2.2 -> Table 4 -> @id (page 23)
comment:5 by , 9 years ago
Patch by Ole Birkedal
http://ffmpeg.org/pipermail/ffmpeg-devel/2016-May/194698.html
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The patch unfortunately was not reviewed, probably fixed by Peter Große in 95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18
Is there a reason why you could not test ticket #3685 again?