Open bonniesimon opened 9 months ago
👋 Thanks for opening your first issue here! 👋
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.
There's nothing Video.js could do here unfortunately, the error is at a lower level. MP4 playback is handled natively by the browser, the Video.js error is just reporting the error from the video element.
Is there someone I could consult to know what could've gone wrong here. Also is there someplace else (maybe in the browser repo) where you think I should raise this concern/issue?
I've started getting this a lot with brighteon.com videos, I think just since updating Firefox to the latest couple of versions. However I also get it with Brave and Tor. Will not use google chrome or safari, so please rather you didn't suggest them.
But I'm not a coder and so all those instructions above are meaningless to me. Can someone say simply in plain English what this error means and how to fix it? Thanks.
I am seeing a lot of this on chrome and edge. But it works fine on firefox. I am using videojs to have a few audio players in my vue application. The issue goes away if the player is muted. So it seems like something related to some new versions of chromium
I'm facing the same issue and to mute the video does not work for me. Not every video from my customer will face this issue, but once a video stuck at specific timestamp, it will always stuck at the same place no matter I re-upload it to any cloud storage space.
Using chrome's default player will face the same issue too and everything works fine on firefox. Therefore I think it might not be the issue of videojs, just I have no idea how to solve the issue either...
Any update on that issue?
No, Icareto, no updates, including from the originators of the videos. They say to click the audio option, then click into the video window, then click the video option, and sometimes that works but not always. I have the problem on both laptop and phone running different OS and different browsers so I don't think the problem is at my end.
This issue might be related to server side where video files are hosted.
Description
The video format that we have is (using ffprobe):
The above MP4 is generated using
This is the error that is showing up in chrome/media-internals:
The issue would be solved if I transcode the footage from H264 (Baseline) to H264 (High) using the following:
Reduced test case
I am not able to set this up at the moment. Sorry. I will provide a a test case if this issue gets traction
Steps to reproduce
Try to seek the seekbar multiple times (or even at the first seek) and the error would appear
Errors
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. MediaError {code: 3, message: 'The media playback was aborted due to a corruption…media used features your browser did not support.'}
What version of Video.js are you using?
8.9
Video.js plugins used.
hotkeys
What browser(s) including version(s) does this occur with?
Chrome 120
What OS(es) and version(s) does this occur with?
Ventura 13.0.1