![]() |
|
Web player and Jellyfin app continuously spin, Findroid 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: Web player and Jellyfin app continuously spin, Findroid works (/t-web-player-and-jellyfin-app-continuously-spin-findroid-works) |
Web player and Jellyfin app continuously spin, Findroid works - eth - 2025-11-20 I've been pretty exclusively using Findroid on my tablet to watch content over the last 6 months or so. Last night I decided to start using my PC again and I'm running into weirdness that I'm having trouble getting to the bottom of. I'm running 10.11.3+deb12 in an unprivileged Debian LXC on Proxmox with an i7-12700H. As far as I know I have hardware acceleration properly set up, but it was last verified with intel_gpu_top about 6 months and a couple Jellyfin versions ago. When I start an episode all I get is a spinning circle with the media artwork in the background. I've tried watching /var/log/jellyfin/jellyfin20251119.log but no errors ever come through, just standard INF entries. I added the debug config in /var/lib/jellyfin/logging.json but no extra details appear in the logs. I don't even see transcoding logs being created. Watching the console in my browser I start seeing a bunch of NS_BINDING_ABORTED errors. My primary browser is Firefox but the behavior is the same in Edge and Chromium. This is occurring for every show/movie I have tried.Here's one of the GET requests that's repeating with the abort: Code: https://jellyfin.REDACTED.com/videos/4fcd879e-0f81-0783-046f-906bbba5d74e/main.m3u8?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTIxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIxLjB8MTcwNDMxMjcxNzQ5OA11&MediaSourceId=4fcd879e0f810783046f906bbba5d74e&VideoCodec=av1%2Chevc%2Ch264%2Cvp9&AudioCodec=aac&AudioStreamIndex=2&VideoBitrate=652063289&AudioBitrate=384000&MaxFramerate=23.976025&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&PlaySessionId=2929471f206444b1a7b1cf80867bfc12&ApiKey=17959331f1784d0a9fc5580b13b598cc&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=b5590427a44f647d22bce11ef6804207&h264-level=40&h264-videobitdepth=8&h264-profile=high&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&hevc-profile=main%2Cmain10&hevc-rangetype=SDR&hevc-level=183&hevc-deinterlace=true&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported%2CAudioCodecNotSupportedThis also occurs if I bypass my reverse proxy (Caddy) and hit the IP:PORT directly: Code: http://10.13.37.86:8096/videos/4fcd879e-0f81-0783-046f-906bbba5d74e/main.m3u8?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI0LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI0LjB8MTcxMjU0MTY4NjUzMQ11&MediaSourceId=4fcd879e0f810783046f906bbba5d74e&VideoCodec=av1%2Chevc%2Ch264%2Cvp9&AudioCodec=aac&AudioStreamIndex=2&VideoBitrate=617723958&AudioBitrate=384000&MaxFramerate=23.976025&SegmentContainer=mp4&MinSegments=1&BreakOnNonKeyFrames=True&PlaySessionId=c4bf3ebaf8674276b30e0db0167bce24&ApiKey=8733e432ebc54c4a8fcc36bc5ed1317d&TranscodingMaxAudioChannels=2&RequireAvc=false&EnableAudioVbrEncoding=true&Tag=b5590427a44f647d22bce11ef6804207&h264-level=40&h264-videobitdepth=8&h264-profile=high&av1-profile=main&av1-rangetype=SDR&av1-level=19&vp9-rangetype=SDR&hevc-profile=main%2Cmain10&hevc-rangetype=SDR&hevc-level=183&hevc-deinterlace=true&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported%2CAudioCodecNotSupportedAny ideas on where to start troubleshooting this? |