2024-07-05, 05:08 PM
Hello,
Here are my specs:
Jellyfin version : 10.9.7
Docker on sinology NAS DS423+ with DSM 7.2.1 (Docker compose) using Intel Celeron J4125
Hardware acceleration is activated with options specified in the attached PNG files.
My findings:
- I have 2 videos : one with codec V_MPEGH/ISO/HEVC and one with V_MPEG4/ISO/AVC
- on my laptop and on my iPhone, I can watch both files with Jellyfin application
- on my Sony Bravia x90L, files with codec V_MPEG4/ISO/AVC cannot be read neither .mp4 files.
I have also attached 3 logs : Log1 is Okay; Logs 2 and 3 are not Okay.
and here is my docker compose file
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /volume1/docker/jellyfin/config
config
- /volume1/docker/jellyfin/cache
cache
- /volume1/Archive/Video/movies
- /volume1/Archive/Video/tv-series
- /volume1/Archive/Video/tv-shows
- /volume1/Archive/Video/vhs
restart: 'unless-stopped'
environment:
- TZ='Asia/Singapore'
devices:
- /dev/dri/renderD128
dev/dri/renderD128
- /dev/dri/card0
dev/dri/card0
Thank you in advance for your help.
BR
Here are my specs:
Jellyfin version : 10.9.7
Docker on sinology NAS DS423+ with DSM 7.2.1 (Docker compose) using Intel Celeron J4125
Hardware acceleration is activated with options specified in the attached PNG files.
My findings:
- I have 2 videos : one with codec V_MPEGH/ISO/HEVC and one with V_MPEG4/ISO/AVC
- on my laptop and on my iPhone, I can watch both files with Jellyfin application
- on my Sony Bravia x90L, files with codec V_MPEG4/ISO/AVC cannot be read neither .mp4 files.
I have also attached 3 logs : Log1 is Okay; Logs 2 and 3 are not Okay.
and here is my docker compose file
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /volume1/docker/jellyfin/config
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /volume1/docker/jellyfin/cache
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /volume1/Archive/Video/movies
- /volume1/Archive/Video/tv-series
- /volume1/Archive/Video/tv-shows
- /volume1/Archive/Video/vhs
restart: 'unless-stopped'
environment:
- TZ='Asia/Singapore'
devices:
- /dev/dri/renderD128
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
- /dev/dri/card0
![Confused-face Confused-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/confused-face.png)
Thank you in advance for your help.
BR