2024-04-01, 10:04 AM
(This post was last modified: 2024-04-01, 12:46 PM by Homer-S. Edited 1 time in total.)
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
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