Jellyfin Forum
Randomly stops - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Randomly stops (/t-randomly-stops)



Randomly stops - Zekhap - 2024-04-18

Hi, 

So ive been using plex before and i had no problems using it.
Since i moved over to Jellyfin my movies randomly stops and then i need to refresh the page. I cant jump around in the progress bar either.
I've tried on 5 computers and same is happening on all of them.

I so see allot of Exceptions in my logs. but idk what that is.
I will post my logs here if it helps you to find my problem.

https://pastebin.com/gDy6KGJg

Do you need something else to help me?


RE: Randomly stops - TheDreadPirate - 2024-04-18

Did you delete some lines from your log? I see the lines for the playback tracker, but I don't see the associated log where the playback method is determined.

Can you describe your setup? OS? Hardware specs? Install method?


RE: Randomly stops - Zekhap - 2024-04-18

yeah i removed some lines cause i could not fit it all in the pastebin. But i only removed repeated lines.
My specs is
24 x AMD Ryzen 9 5900X 12-Core Processor
32GB RAM
I dont have a GPU.

Setup
Proxmox
- Container(Linux)(Have 15gb Storage, all cpus, 5gb ram)
- Docker(Portainer)
- Jellyfin(Installed with Docker-compose)

Storage
- Storage(Where all my movies is) (2TB HHD)


Portainer(Docker)
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:latest
restart: unless-stopped
environment:
TZ: Europe/Stockholm
JELLYFIN_FFmpeg__probesize: 50000000 #TEST
JELLYFIN_FFmpeg__analyzeduration: 50000000 #TEST
volumes:
- /mnt/docker-data/jellyfin/configConfused-faceconfig
- /mnt/docker-data/jellyfin/cacheConfused-facecache
- type: bind
source: /mnt/media
target: /media
ports:
- 9050:8096


My Container have mountpoints to /mnt/storage/media/(in Proxmox) to /mnt/media/(In container) (movies, series)
Since my Radarr and Sonarr is not in the same Container.


https://pastebin.com/vL7sp5qc (FFmpeg.Transcode)
https://drive.google.com/file/d/19IRMeimQREZBe1SAjDGYq1GvEA25RoD3/view?usp=sharing (Daily log) (sorry not pastebin, but this log was too long)

This is what info i can get for now. If you need anything i will try to provide.


RE: Randomly stops - TheDreadPirate - 2024-04-18

Is it possible to test with host networking in your jellyfin docker container? You will need to comment out the port publishing and ensure the host firewall is allowing port 8096.


RE: Randomly stops - Zekhap - 2024-04-19

I could change it but then i cant access it, since i dont have the pc at my home.
Im using nginx to reverse proxy it to an url.


RE: Randomly stops - TheDreadPirate - 2024-04-19

Switching the container networking type should prevent you from accessing the host itself. It would affect your access to Jellyfin. You would have to update nginx to point to localhost:8096 instead of whatever docker bridge IP you are currently using.


RE: Randomly stops - Zekhap - 2024-04-22

Ive been testing a bit and it does not stop anymore. Maybe its just luck. But i will message you back here if it continues.