Create a Media Server on Your Pi4 With Jellyfin! (With Hardware Acceleration!)
Luke'sTech
You can easily create a media server with hardware acceleration on your Pi4! It works pretty well and can even play 4k videos! Jellyfin is an amazing open source project that works incredibly well! Thanks for watching!
Raspberry Pi Imager - https://www.raspberrypi.org/software/ Jellyfin - https://jellyfin.org/
Commands - sudo apt install apt-transport-https wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add - echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list sudo apt update sudo apt install jellyfin
sudo usermod -aG video jellyfin sudo systemctl restart jellyfin sudo nano /boot/config.txt Add = gpu_mem=512
To access your media server type your ip address followed by 8096 in the browser!
Links- 💬 Discord - https://discord.gg/hNkdtbH​​​​ 💸Patreon - https://www.patreon.com/user?u=373364...​ 📺 Odysee - https://odysee.com/@RaspberyPiProject...​ 📱Twitter - https://twitter.com/lukefrenner​ 📹 SlyFox1419 - https://www.youtube.com/c/SlyFox1419/​​​... ... https://www.youtube.com/watch?v=u-4l2aVPTo0
55776878 Bytes