2024-08-28, 06:02 PM
When I try to play a Video I get the error message "player error, retrying" after 3(?) trys I get "to many errors, giving up"
Server Version 10.9.10
Web Version 10.9.10
Build Version 10.9.10
Jellyfin is running via the LinuxServer.io Docker Image with hardware acceleration enabled
This is the Log: https://pastebin.com/uMaWdkgX
and this is the ffmpeg remux log (whatever that is): https://pastebin.com/8MZMGCE8
As a workaround i downgraded the android tv app back to v0.16.11 and choose libvlc to play this video, but of course I would love it to work with the latest version.
Server Version 10.9.10
Web Version 10.9.10
Build Version 10.9.10
Jellyfin is running via the LinuxServer.io Docker Image with hardware acceleration enabled
Code:
version: "2.1"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000 # user 1000
- PGID=100 # gruppe "users"
- TZ=Europe/Berlin
- DOCKER_MODS=ghcr.io/jumoog/intro-skipper
devices:
- /dev/dri:/dev/dri # hardware acceleration intel quicksync
(...)
This is the Log: https://pastebin.com/uMaWdkgX
and this is the ffmpeg remux log (whatever that is): https://pastebin.com/8MZMGCE8
As a workaround i downgraded the android tv app back to v0.16.11 and choose libvlc to play this video, but of course I would love it to work with the latest version.