Jellyfin Forum
Playback error on LiveTV in browser - 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: Playback error on LiveTV in browser (/t-playback-error-on-livetv-in-browser)

Pages: 1 2


RE: Playback error on LiveTV in browser - TheDreadPirate - 2024-01-22

Are you able to watch any transcoded videos? Whether it is live TV or local media?

I looked over your Chrome log again and matched one of the 404'd files in it to your remux log. It's almost like the web server doesn't have permissions to serve files from the /transcode directory.

Can you share your docker compose file with us? Double check permissions on /transcode?


RE: Playback error on LiveTV in browser - entireplant - 2024-01-24

Transcoded video works fine. The 404 was why I included the chrome logs, it seemed odd to me. It's also why I tried direct connecting to the IP:Port instead of the normal nginx redirect I use.

The transcoded files output by the remux and transcode commands shown in those commands do exit (and play in VLC).


RE: Playback error on LiveTV in browser - entireplant - 2024-01-24

When I get back home I'm going to try and throw up a new jellyfin instance with default settings and see if that solves my problem then change settings until I can reproduce.


RE: Playback error on LiveTV in browser - entireplant - 2024-01-25

New instance worked out of the box. Starting changing settings one by one and everything continued to work. I'm at a bit of a loss. If it weren't for watched statuses, I'd just start over with the new instance.


RE: Playback error on LiveTV in browser - TheDreadPirate - 2024-01-25

On the old instance setup the Trakt Plugin and setup a Trakt account. That will sync your watch status to your Trakt account. On the new instance, setup Trakt and it will sync your watch status to the new instance.


RE: Playback error on LiveTV in browser - entireplant - 2024-01-25

I have a few different accounts that I'd need to sync. I think I might be able to do it with node red fairly easily. I already have a flow there that logs in and manipulates some watched statuses.