2024-12-08, 06:04 PM
"Playback Error
Playback failed due to a fatal player error."
I tried to get quick-sync working, tried many things, but I got this up and running.
I'm not sure its right, but it loads.
My problem now is that nothing plays, I think it has to do with Jellyfin settings.
need help
tnks
---
# https://hub.docker.com/r/linuxserver/jellyfin
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=998
- TZ=America/Tornto
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/library
config
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/tvseries
data/tvshows
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/movies
data/movies
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/music
data/music
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/musicvideo
data/musicvideo
group_add:
- "105"
devices:
- /dev/dri:dev/dri
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped
Playback failed due to a fatal player error."
I tried to get quick-sync working, tried many things, but I got this up and running.
I'm not sure its right, but it loads.
My problem now is that nothing plays, I think it has to do with Jellyfin settings.
need help
tnks
---
# https://hub.docker.com/r/linuxserver/jellyfin
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=998
- TZ=America/Tornto
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/library
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/tvseries
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/movies
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/music
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/musicvideo
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
group_add:
- "105"
devices:
- /dev/dri:dev/dri
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped