mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6604] [CLOSED] Hardware acceleration for jetson #11050
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6604
Author: @mattangus
Created: 9/24/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
5f111c6initial commit for jetsone8af6b0fixed ffmpeg path517a380combined docker layersd7626e8moved ffmpeg build to jetson-ffmpeg1ccc6d8changed default ffmpeg to wrapper3003d26removed debugging prints052a115updated file permissions📊 Changes
2 files changed (+164 additions, -0 deletions)
View changed files
➕
Dockerfile.arm64-jetson(+72 -0)➕
scripts/ffmpeg-jetson-wrapper(+92 -0)📄 Description
Changes
Adds a docker file for building and installing jocover/jetson-ffmpeg to allow for hardware acceleration for the nvidia jetson.
I have tested this on the jetson nano. Please let me know if there is a better way to handle the jetson case. Currently you can find a built image on dockerhub (https://hub.docker.com/r/mattangus/jellyfin-jetson).
docker needs to be run with
--runtime nvidia.for some reason I could only get it to work with
docker-composeby addingmkdir /usr/lib/jellyfin-ffmpeg; ln -s /usr/bin/ffmpeg /usr/lib/jellyfin-ffmpeg/ffmpegto the entry point.Issues
Implements: https://github.com/jellyfin/jellyfin/issues/5674 (or https://features.jellyfin.org/posts/1118/add-jetson-ffmpeg-nvmpi-support)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.