mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
VAAPI HAC crashes when encoding is enabled #3319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agilob on GitHub (Oct 16, 2021).
Describe the bug
When I enable VAAPI
Hardware encodingand stream to chromecast ffmpeg crashes. When saving settings I get:Then when I attempt to stream:
System (please complete the following information):
FFmpeg Logs
Cannot find them
@crobibero commented on GitHub (Oct 16, 2021):
The ffmpeg logs can either be accessed from the admin view, or in the log directory. Without them there is nothing we can do or suggest.
@agilob commented on GitHub (Oct 16, 2021):
@nyanmisaka commented on GitHub (Oct 16, 2021):
AMD VAAPI driver doesn't support writing packed headers required by the MKV container.
You can bypass it by applying this patch into Mesa.
https://trac.ffmpeg.org/attachment/ticket/8042/mesa-report-packed-header-support.diff
@agilob commented on GitHub (Oct 16, 2021):
Right, so I just need to convert the file to mp4? ffmpeg is provided by jellyfin container
@agilob commented on GitHub (Oct 16, 2021):
I have converted the container to mp4 compatible and still getting this crash:
Transcoding stil caches to mkv container?
Converted using:
@nyanmisaka commented on GitHub (Oct 16, 2021):
It should work with mpegts(ts).
@jellyfin-bot commented on GitHub (Feb 14, 2022):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
@carl1330 commented on GitHub (May 25, 2022):
How do i apply this patch? Im having a similar issue.