Report MediaError.message if it exists (eg Firefox)
Created by: davemevans
I recently became aware that Firefox has added a message
attribute to the MediaError
which gives potentially useful information about the cause of playback errors.
Example: 0x80004005: IsInitSegmentPresent: Invalid Box:gsme
It makes sense to report this if it exists to aid diagnosis of issues (cf MediaError.msExtendedCode
).