Jellyfin Forum
SOLVED: tv app not playing; DLNA works - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: tv app not playing; DLNA works (/t-solved-tv-app-not-playing-dlna-works)



tv app not playing; DLNA works - Homer-S - 2024-04-01

Hello,

I am running Jellyfin in a docker container in version 10.8.13-1-ls240.

If I try opening a movie within the android T´tv app (jellyfin) I am receiving an error and the movie is not playing.

If I am opening the same movie with the built in tv media player accessing jellyfin DLNA it is playing perfectly.

Do I made some mistake installing or configuring?

Any help is appreciated.
This is the docker command:

null
Code:
docker run -d \
  --name=jellyfin \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Berlin \
  -p 8096:8096  \
  -p 8920:8920  \
  --device=/dev/dri:/dev/dri \
  -v /var/docker/jellyfin/config:/config \
  -v /media/daten/MEDIEN/Videos/Filme:/data/filme \
  --restart unless-stopped \
  --net=host \
  linuxserver/jellyfin:10.8.13



RE: tv app not playing; DLNA works - Homer-S - 2024-04-01

SOLVED,
last update killed the PCI Passthrough to the VM ...