Jellyfin Forum
No video playback - 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: No video playback (/t-no-video-playback)



No video playback - FriFra - 2024-08-28

Im currently switching from Synology Video Station to Jellyfin... some of my videos doesnt start (on apple tv i get an infinite loading animation) on FireTV i get "too many errory, give up". These videos are not corrupt, they all play with no issues from Video Station or directly.

Ho can i analyze whats going wrong?


RE: No video playback - TheDreadPirate - 2024-08-28

Can you share your jellyfin logs via pastebin? You can access the logs in the Jellyfin UI. Dashboard > Logs (in the left side near the bottom). There should be a log that begins with "log". Open that and copy and paste the entire thing into pastebin.

If there are any ffmpeg logs, share one of those too.


RE: No video playback - FriFra - 2024-08-30

I just noticed, starting some videos will end up in en infinite delay, while cpu load goes to 90%+ and my whole Synology is blocked for some time. Even Surveillance Station stops recording during this time. I never had similar issues using Video Station. I have to stop and restart Jellyfin, to get my Diskstation back to normal operation.


The log is full of such stuff:
[2024-08-30 00:00:00.050 +02:00] [ERR] [85] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
MediaBrowser.Common.Extensions.ResourceNotFoundException: Session f0ef7a631ebfc99fef8c3e3db8889a7a not found.
at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)
[2024-08-30 00:00:01.051 +02:00] [ERR] [85] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
MediaBrowser.Common.Extensions.ResourceNotFoundException: Session f0ef7a631ebfc99fef8c3e3db8889a7a not found.
at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)
...


RE: No video playback - Fate - 2024-08-30

(2024-08-30, 06:11 PM)FriFra Wrote: I just noticed, starting some videos will end up in en infinite delay, while cpu load goes to 90%+  and my whole Synology is blocked for some time. Even Surveillance Station stops recording during this time. I never had similar issues using Video Station. I have to stop and restart Jellyfin, to get my Diskstation back to normal operation.


The log is full of such stuff:
[2024-08-30 00:00:00.050 +02:00] [ERR] [85] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
MediaBrowser.Common.Extensions.ResourceNotFoundException: Session f0ef7a631ebfc99fef8c3e3db8889a7a not found.
  at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
  at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)
[2024-08-30 00:00:01.051 +02:00] [ERR] [85] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
MediaBrowser.Common.Extensions.ResourceNotFoundException: Session f0ef7a631ebfc99fef8c3e3db8889a7a not found.
  at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
  at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)
...
We still need a bit more log and if there is a transcode log file then that as well.

I suspicion is your client is requesting transcoding and your synology is not setup for hardware acceleration.