2024-10-08, 03:47 PM
(This post was last modified: 2024-10-08, 03:51 PM by linuxnoob0009. Edited 1 time in total.)
i have jellyfin installed in docker on a nuc - streaming to an apple tv running swiftfin. works very well - for the most part. I am trying to play h264 files, audio is a52 (aka AC3) and the file just won't play. If I transcode the audio to AAC it plays no problem. Also if I enable experimental>force direct play in Swiftfin it plays, but now i am stuck with the commentary track.
The file plays fine direct from the drive in VLC. Also plays fine when I access jellyfin through the browser from another computer.
I have decode enabled on the server for the 10-bit formats (v9 and hevc 10 bit).
Here is the log:
https://pastebin.com/YGeNn31Z
Any ideas? I am pulling my hair out over this.
Also, this is the docker compose code i created the jellyfin container with:
jellyfin:
image: jellyfin/jellyfin
environment:
- PUID=1000
- PGID=1000
group_add:
- "993"
network_mode: 'host'
volumes:
- /docker/jellyfinconfig
- /docker/jellyfincache
- /mnt/mediadrivemediadrive
devices:
- /dev/dri/renderD128dev/dri/renderD128
The file plays fine direct from the drive in VLC. Also plays fine when I access jellyfin through the browser from another computer.
I have decode enabled on the server for the 10-bit formats (v9 and hevc 10 bit).
Here is the log:
https://pastebin.com/YGeNn31Z
Any ideas? I am pulling my hair out over this.
Also, this is the docker compose code i created the jellyfin container with:
jellyfin:
image: jellyfin/jellyfin
environment:
- PUID=1000
- PGID=1000
group_add:
- "993"
network_mode: 'host'
volumes:
- /docker/jellyfinconfig
- /docker/jellyfincache
- /mnt/mediadrivemediadrive
devices:
- /dev/dri/renderD128dev/dri/renderD128