-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H264 (MP4) videos can't play #202
Comments
Related invidious issues: |
To be honest, I don't know if there is an option not enabled or still some code path missing. |
Are you able to use h264 for wha tyou need on latest firefox? I am on linux with latest and testing https://canonical.github.io/inbrowser-encode-test/ only works for vp8, but that is encoding |
https://tools.woolyss.com/html5-audio-video-tester/ this confirms that SeaMonkey and Firefox can play 264, but ArcticFox does not. At least we have an easy test. |
Yeah I believe the h264 support should be provided through ffmpeg. |
hmm.. Just by chance do you know if FF52 ESR has h264 support? and FF 45ESR? that way I have targets to compare. ArcticFox has some PaleMoon deriving ffmpeg updates. |
it appears my memory is playing tricks on me, I thought firefox52 had h264 support on unix. https://html5test.com/ reports no. it's built against ffmpeg. |
Then it will be quite a bit more work and won't get mad over it right now. First goal is to match FF 52 as best as possible. according to https://caniuse.com/mpeg4 support was provided by gstreamer, which became obsolete and removed. So I don't know when it added different support. According to https://caniuse.com/mpeg4 it was for WebRTC only back then. |
Hmm.. more complicated. Read here: and I now test on Linux firefox 125 and it has an addon installed for H264. I guess ArcticFox doesn't get this ad on and FF52 neither. |
We don't need an addon for h264 on BSD, it's just ffmpeg compiled with h264 support enabled as far as I know. |
I saw that tenfourfox supports h264 through ffmpeg: https://github.com/classilla/tenfourfox/wiki/PlayingH.264 |
It has some very custom plugin and libraries, apparently. Or do seamonkey and firefox also use ffmpeg? This needs a lot of investigation. |
Seamonkey and firefox both just need ffmpeg in recent versions. |
I noticed that Firefox between v52 and v60 added ffmpeg v58. Can you see if FF60 works for you where you already said 52 didn't? |
@alarixnia hmm.. Current dev branch has H264 working on MacOS, but same code does not enable it on Linux or NetBSD. I wonder if WebRTC has to be enabled... |
roytam1's New Moon 27 plays H.264 videos that Arctic Fox can't play. Although I'm testing on Windows, idk if the code could work on Mac or Linux. |
yeah I did change it to load external libav(LAV Filter) decoder to do decoding. |
Hello, I'd like to use the Indivious or ViewTube frontends for YouTube with ArcticFox. Currently, these sites fail to play videos because they try to load a h264 video and it fails.
Is there any way I can build Arcticfox with H264 support enabled? I'd like to distribute these builds with the NetBSD package.
Thanks.
The text was updated successfully, but these errors were encountered: