Closed Bug 1145037 Opened 9 years ago Closed 9 years ago

Watching EME video hits ASSERTION: Can't handle edits with fixed durations: 'segment_duration == 0', file media\libstagefright\binding/MoofParser.cpp

Categories

(Core :: Audio/Video, defect, P2)

x86
macOS
defect

Tracking

()

RESOLVED FIXED
mozilla39
Tracking Status
firefox39 --- fixed

People

(Reporter: cpeterson, Assigned: mattwoodrow)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

When I watch an EME video using the Adobe or ClearKey CDM and a debug build of Firefox Nightly, I see the following (nonfatal) assertion failure every 10–20 seconds or so. I don't see this assertion failure when watching HTML5 video on YouTube.

[1836] ###!!! ASSERTION: Can't handle edits with fixed durations: 'segment_duration == 0', file c:\builds\moz2_slave\m-cen-w32-d-
000000000000000000\build\src\media\libstagefright\binding/MoofParser.cpp, line 670
Matt: is this a edts block assertion failure a Firefox bug or an encoding problem in the video?

NS_ASSERTION(segment_duration == 0, "Can't handle edits with fixed durations");
Blocks: 1102666, EME
Flags: needinfo?(matt.woodrow)
Looking at the spec [1], it seems like non-0 durations are perfectly valid.

I think this is just an invalid assertion.


[1] https://w3c.github.io/media-source/isobmff-byte-stream-format.html#iso-init-segments
Flags: needinfo?(matt.woodrow)
If this is an invalid assertion, it doesn't need to block EME MVP.
No longer blocks: 1102666
Priority: -- → P2
Attached patch Remove assertionSplinter Review
Assignee: nobody → matt.woodrow
Attachment #8582841 - Flags: review?(ajones)
Attachment #8582841 - Flags: review?(ajones) → review+
https://hg.mozilla.org/mozilla-central/rev/ecd90a83bb4a
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in before you can comment on or make changes to this bug.