-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
HLS not compatible with ffmpeg 4.4 #3990
Comments
This might be #3657 coming back |
Will this be fixed with the upgraded hls.js v1.0 player? |
This is a bug in ffmpeg. See https://trac.ffmpeg.org/ticket/9205 & https://trac.ffmpeg.org/ticket/9193 |
Hi. I had the same issue, and fixed it by replacing ffmpeg 4.4 with ffmpeg 4.1 ( by clicking "old release" in this page for linux https://johnvansickle.com/ffmpeg/ ) Then removed all HLS playlist (you may want to remove only the broken ones) with
|
This appears to be fixed in the git version of ffmpeg. Closing! |
Just reopening to track a new ffmpeg stable version and notify people that subscribed to the issue :) |
On Arch Linux, I compiled ffmpeg with this patch. To fix the broken playlists, running this as root fixed it: (Be careful since this may delete your videos!)
|
It seems the latest ffmpeg release ( |
Thanks @KokaKiwi I missed that release. I'll test it when it will be available on Arch. |
ffmpeg 4.4.1 is now in Arch official repos. I haven't had a chance to test it yet but I expect it'll work. |
I can confirm 4.4.1 is correctly working. Thanks! |
Describe the current behavior
HLS videos do not play after transcoding
Steps to reproduce:
Describe the expected behavior
Videos transcode and play correctly
Additional information
PeerTube instance:
Browser name, version and platforms on which you could reproduce the bug: firefox with ublock and bitwarden
The text was updated successfully, but these errors were encountered: