2024-10-23, 11:04 AM
Hi there!
I'm running the jellyfin server in docker container on the fedora 40. The container is run with Portainer. The media folders are located on the cheep external ssd mounted into /mnt/exdisks2 folder.
My trouble is that a first couple of movies and shows i add, are played well. But with next uploads through the server i get the "Playback Error: Playback failed due to a fatal player error." The previous uploads are still loading and are played well.
Here is my docker-compose file:
ervices:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
network_mode: 'host'
volumes:
- /home/{usr_name}/Configs/configconfig
- /home/{usr_name}/Configs/cachecache
- type: bind
source: /mnt/extdisk2/Plex/Movies
target: /movies
- type: bind
source: /mnt/extdisk2/Plex/Series
target: /series
read_only: true
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: 'unless-stopped'
Also attaching the jellyfin logs
I'm running the jellyfin server in docker container on the fedora 40. The container is run with Portainer. The media folders are located on the cheep external ssd mounted into /mnt/exdisks2 folder.
My trouble is that a first couple of movies and shows i add, are played well. But with next uploads through the server i get the "Playback Error: Playback failed due to a fatal player error." The previous uploads are still loading and are played well.
Here is my docker-compose file:
ervices:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
network_mode: 'host'
volumes:
- /home/{usr_name}/Configs/configconfig
- /home/{usr_name}/Configs/cachecache
- type: bind
source: /mnt/extdisk2/Plex/Movies
target: /movies
- type: bind
source: /mnt/extdisk2/Plex/Series
target: /series
read_only: true
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: 'unless-stopped'
Also attaching the jellyfin logs