"Too many errors" in ExoPlayer, but plays with libVLC - 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: "Too many errors" in ExoPlayer, but plays with libVLC (/t-too-many-errors-in-exoplayer-but-plays-with-libvlc) |
"Too many errors" in ExoPlayer, but plays with libVLC - stewed pork roti - 2023-11-17 I have a few movies that don't play in Jellyfin on the Chromecast w/ Android TV. The message I get says "Too many errors. Giving up" This happens if Jellyfin is set to use ExoPlayer or Auto-select the player. If I manually set it to libVLC then it does play. Likewise, it direct streams without issue in Kodi+Jellycon. One has subtitles, and one is 10-bit HEVC with "TrueHD" and 7.1, so those might be contributing factors, but I'm curious about how to debug this. What should I look for in the log files to help me figure out what's wrong? Should the auto-select be picking libVLC in this case, instead of trying and failing with ExoPlayer? RE: "Too many errors" in ExoPlayer, but plays with libVLC - TheDreadPirate - 2023-11-17 There is a setting in the Jellyfin Android TV app to send errors to the server. Turn that on and replicate the problem. Then share your jellyfin, ffmpeg, and android TV logs with us. Redact any WAN IPs/domains and upload them to source bin. RE: "Too many errors" in ExoPlayer, but plays with libVLC - daddysmackdown - 2024-01-05 I'm so done with exoplayer. It is just not working. RE: "Too many errors" in ExoPlayer, but plays with libVLC - tmsrxzar - 2024-01-05 (2024-01-05, 04:51 PM)daddysmackdown Wrote: I'm so done with exoplayer. It is just not working. report issues with exoplayer to google https://github.com/google/ExoPlayer/issues or to your device manufacturer/maintainer support RE: "Too many errors" in ExoPlayer, but plays with libVLC - niels - 2024-01-05 (2024-01-05, 05:32 PM)tmsrxzar Wrote:(2024-01-05, 04:51 PM)daddysmackdown Wrote: I'm so done with exoplayer. It is just not working. Please do not report issues with our media player integration to Google. Most of the issues are caused by the current implementation in our app, not by the exoplayer library. Also, we do not use the ExoPlayer from that repository anymore and migrated to androidx.media3. RE: "Too many errors" in ExoPlayer, but plays with libVLC - tmsrxzar - 2024-01-05 (2024-01-05, 05:46 PM)niels Wrote: Please do not report issues with our media player integration to Google. Most of the issues are caused by the current implementation in our app, not by the exoplayer library. interesting, i always assumed it was how each device compiled their version and jellyfin just couldn't overcome their lack of features (2024-01-05, 05:46 PM)niels Wrote: Also, we do not use the ExoPlayer from that repository anymore and migrated to androidx.media3. must be in the new v0.16 then, thanks for the heads up RE: "Too many errors" in ExoPlayer, but plays with libVLC - TheDreadPirate - 2024-01-05 (2024-01-05, 04:51 PM)daddysmackdown Wrote: I'm so done with exoplayer. It is just not working. Do you have transcoding setup properly? RE: "Too many errors" in ExoPlayer, but plays with libVLC - stewed pork roti - 2024-01-20 (2023-11-17, 01:21 PM)TheDreadPirate Wrote: There is a setting in the Jellyfin Android TV app to send errors to the server. Turn that on and replicate the problem. Then share your jellyfin, ffmpeg, and android TV logs with us. Redact any WAN IPs/domains and upload them to source bin. I looked everywhere in the server settings but didn't think to check the client settings for this In the weeks since I posted this thread, some updates have shipped for the Android TV client and I'm no longer experiencing the issues described above, but thanks anyway for the tip about the logging! I'll keep it in mind for next time! |