Open
Bug 1188676
Opened 10 years ago
Updated 2 years ago
Provide more meaningful/helpful message about MSE errors in the web console
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: jya, Unassigned)
References
(Blocks 1 open bug)
Details
The error messages we provide whenever an MSE exception or error occurs is less than useful.
It's only made of the exception name like: DOM_QUOTA_EXCEEDED or DOM_INVALID_STATE_ERR.
Any errors related to parsing data, impossibility to demux, invalid timestamp, or whatelse fall into the DOM_INVALID_STATE_ERR error.
Chrome provides a very nice extension in that not only it gives the exception error code, but also full explanation of what went wrong.
It's a very valuable tool for the web developer.
At the very least, we could provide more detailed information about errors we know (and we know it all).
A lot of the DASH streams that have been reported as not playing with Firefox turned out to be badly muxed file. Getting that information back to the web developer would be very beneficial for everybody.
Them because they would know, and us because we wouldn't spend valuable times analysing the problem.
Updated•9 years ago
|
Priority: -- → P5
Updated•9 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•