ohflix.net - Video does not play due to an error
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(firefox129 affected, firefox131 affected)
People
(Reporter: rbucata, Unassigned)
References
()
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report, Whiteboard: [webcompat-source:product])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release diagnosis-team:media
Environment:
Operating system: Windows 10
Firefox version: Firefox 129.0 (release)
Preconditions:
- Clean profile
Steps to reproduce:
- Navigate to: https://wwxx.ohflix.net/watch/tarzan-malaydub.html
- Click on the "Play" button and observe
Expected Behavior:
Video plays
Actual Behavior:
Error message displayed
Notes:
- Reproducible on the latest Firefox Release and Nightly
- Reproducible regardless of the ETP setting
- Works as expected using Chrome
Created from webcompat-user-report:97be7557-3f59-45f5-8037-a0d75f1df763
Comment 1•8 months ago
|
||
MEDIA_ERR_SRC_NOT_SUPPORTED
from VideoJS, so probably a codec issue.
Comment 2•8 months ago
|
||
For this website, the media element failed on loading and the error is NS_BINDING_ABORTED
. But I tried to play the media file directly downloaded from the source (https://ohflix-shop.us.stackstaging.com/e4gg6s/M32/NewVersion/11/Tarzan%20(1999)%20BluRay%20Dub%20Malay.mp4
), it's also not able to play because we couldn't decode the metadata.
For a mp4 file, we would check if a moof box exists or not to know its metadata, and the mp4 is usually consisted by many different boxes. However, this file has very weird structure. It only has a whole huge structure, without any small boxes inside.
$ ./mp4dump.exe ~/Downloads/Tarzan\ \(1999\)\ BluRay\ Dub\ Malay.mp4
[.B..] size=8+440786843
I wonder if the network failure is also caused by this weird structure, maybe we failed to sniff it and return an error somewhere in the network side? Paul, do you have any thought on this one? Thanks!
Comment 3•8 months ago
|
||
It's an mkv with h264 + aac inside (despite the mp4 extension), we don't support those.
Comment 4•5 months ago
|
||
Reopening because we'd like to track the site issue separately from the knowledge base bug
Comment 5•5 months ago
|
||
The URL doesn't exist anymore so closing differently
Description
•