Dash-Industry-Forum / DASH-IF-Conformance

This repository provides the source code for MPEG-DASH/DASH-IF Conformance Software/Validator. It has been extended according to further standards, such as CMAF, DVB-DASH, HbbTV, and CTA WAVE.
https://conformance.dashif.org/
Other
67 stars 28 forks source link

"Validate_NAL_Unit_HEVC: Trailing zero bits not zero 1": ISOSegmentValidator wrong report? #673

Closed rbouqueau closed 1 year ago

rbouqueau commented 1 year ago

This message appear with https://dash.akamaized.net/WAVE/vectors/chh1_sets/12.5_25_50/t1/2023-05-12/stream.mpd.

However other tools seem happy (e.g. ffmpeg -i stream.mpd -c copy -bsf:v trace_headers -f null - 2>&1 | grep Trailing).

See https://github.com/cta-wave/Test-Content/issues/38 for details

rbouqueau commented 1 year ago

Fixed by #668