![]() |
What external player is everyone using for a Firestick - 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: What external player is everyone using for a Firestick (/t-what-external-player-is-everyone-using-for-a-firestick) |
What external player is everyone using for a Firestick - Bladefin - 2024-12-24 Just wondering as the player isn't that good when watching on a Firestick. VLC is good for films but without the next button it's pretty awful forĀ watching TV series. RE: What external player is everyone using for a Firestick - TheDreadPirate - 2024-12-24 What issues are you having with exoplayer? MPV and MX player are two that I've seen other people use. RE: What external player is everyone using for a Firestick - Bladefin - 2024-12-25 I didn't know those players were available on Amazon Firestick unless it's been slide loaded. The problem with the player is every now and then I get slight pauses VLC doesn't produce this,and sometimes when watching something and I stop it doesn't continue from where I left off. RE: What external player is everyone using for a Firestick - TheDreadPirate - 2024-12-26 If the firestick is direct playing those files, that is indicative of a problem with the file. VLC will move heaven and earth to smooth over corrupted or malformed files while exoplayer, the playback engine built into Android that we use by default, expects spec compliant files. RE: What external player is everyone using for a Firestick - Bladefin - 2024-12-26 I really don't know what's happening, I have used a few players since I posted this and all of them are fine except the built in player. RE: What external player is everyone using for a Firestick - TheDreadPirate - 2024-12-26 You can try remuxing one of these files to see if you can repair any issues with the container. Code: /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts - "/path/to/problem/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv RE: What external player is everyone using for a Firestick - Bladefin - 2024-12-26 I will try that thanks. I am wondering if the firestick is at fault as it's fine on my computer and phone. |