Open Murmur opened 9 months ago
To make sure I understand. Your request a recommendation to check that in a live session the mehd
is either omitted or the mediaDuration
value is set to zero.
I could not find any normative reference in ISOBMFF or DASH or CMAF. ISOBMFF says zero or omitted or zero with a MAY.
CMAF just mentions it "is" omitted. Maybe one wants to change that to "When the duration is unknown, this box shall be omitted."? Is that your idea?
My idea is Warning This is a dynamic(live) manifest and MEHD atom should not be present in an init segment
.
Table is not expected to be found in an init segment for live streaming but in a case of vod2live simulations it may be present althought makes no sense. All players I've tested are fine with it so not a big issue.
My idea is Warning
This is a dynamic(live) manifest and MEHD atom should not be present in an init segment
.Table is not expected to be found in an init segment for live streaming but in a case of vod2live simulations it may be present althought makes no sense. All players I've tested are fine with it so not a big issue.
IMHO going against a statement of fact in the CMAF spec 'is omited' at least merits a warning even though "should" isn't used.
I understand the reasoning here but the spec doesn't make a difference between live or not. It makes a difference on whether the duration is known or not.
The spec wording seems generic enough to handle use-cases like linear or vod2live. In that case one can provide the total duration to the player in advance, that wouldn't (and apparently doesn't) hurt.
So imho the only thing that's testable is in CMAF: check that there is no mehd
box with fragment_duration
=0. Not sure this would have solved the initial issue (which isn't a conformance issue, is it?).
Opinion?
Any comment on this?
@rbouqueau My vote is for Warning
or Info
notification text so that this is acknowledged.
Validator tool does not raise an error or warning on
init.mp4: MOOV/MVEX/MEHD (.mediaDuration)
table is found in a live dash manifest.Live streams should not have a MEHD table, althought all players I have tested(dashjs, shaka, hbbtv native) works fine.
Also Livesim2 ticket: https://github.com/Dash-Industry-Forum/livesim2/issues/156