• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions FireTV Stopped Playing Movies

     
    • 0 Vote(s) - 0 Average

    FireTV Stopped Playing Movies

    FireTV Stopped Playing Movies
    krhen
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-17, 10:50 PM (This post was last modified: 2024-08-17, 11:04 PM by krhen. Edited 1 time in total.)
    New to Jellyfin, server works great from PC/web interface

    Fire TV wouldn't play a large number of my collection.  Then found a post that said to set Settings -> Client Settings -> Video Player Type, setting it to VLC somethingorother, and voila!  Movies all played

    Today they don't play again, and I find that that setting has mysteriously DISAPPEARED!    Looked everywhere, tried everything else, but NOPE. 

    Movies start at black screen, then just sit.  The time signature sits at 0:00.  FFing doesn't do anything.  Disabling CC doesn't do anything.  Totally dead in the water

    How can I get that back so I don't have to go back to Plex again?  Thanks Pouting-face
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-08-17, 11:33 PM (This post was last modified: 2024-08-17, 11:33 PM by Efficient_Good_5784.)
    The video player "LibVLC" was removed due to security reasons.
    LibVLC was marked as "experimental", meaning it could have been removed entirely in the future (which did end up happening).

    https://github.com/jellyfin/jellyfin-and.../pull/2534
    https://github.com/jellyfin/jellyfin-and.../pull/3639

    If you're finding that you can't play videos with the remaining video player, you need to make sure that transcoding is enabled.
    Can you share your server's logs & server specs here?
    krhen
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #3
    2024-08-17, 11:43 PM
    (2024-08-17, 11:33 PM)Efficient_Good_5784 Wrote: The video player "LibVLC" was removed due to security reasons.
    LibVLC was marked as "experimental", meaning it could have been removed entirely in the future (which did end up happening).

    https://github.com/jellyfin/jellyfin-and.../pull/2534
    https://github.com/jellyfin/jellyfin-and.../pull/3639

    If you're finding that you can't play videos with the remaining video player, you need to make sure that transcoding is enabled.
    Can you share your server's logs & server specs here?

    Well my server isn't powerful enough for transcoding so I guess it's back to plex for me Slightly-frowning-face
    xaque
    Offline

    Member

    Posts: 76
    Threads: 1
    Joined: 2023 Jun
    Reputation: 3
    Country:United States
    #4
    2024-08-18, 12:14 AM
    Was in the same situation. I wound up forking the repo and re branded the entire 0.16.z branch with custom logos/color scheme/default players and side loaded it. Works like a charm.
    krhen
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #5
    2024-08-18, 10:00 AM (This post was last modified: 2024-08-18, 10:31 AM by krhen. Edited 2 times in total.)
    (2024-08-18, 12:14 AM)xaque Wrote: Was in the same situation. I wound up forking the repo and re branded the entire 0.16.z branch with custom logos/color scheme/default players and side loaded it. Works like a charm.

    Seems like a lot of effort when Plex just works unfortunately.

    Also seems like a simple warning on the security risks of using the VLC player might suffice (and users can flip back and forth as necessary), instead of rendering Jellyfin pretty useless to the masses IMO
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #6
    2024-08-18, 03:42 PM
    You can always use the last version of ATV that still has the experimental LibVLC player by getting it here: https://github.com/jellyfin/jellyfin-and...g/v0.16.11

    Just keep in mind that as time goes on, newer server versions may not work correctly with older releases, so it would also be a good idea to stick to a working server version as well.
    xaque
    Offline

    Member

    Posts: 76
    Threads: 1
    Joined: 2023 Jun
    Reputation: 3
    Country:United States
    #7
    2024-08-18, 08:51 PM
    (2024-08-18, 10:00 AM)krhen Wrote:
    (2024-08-18, 12:14 AM)xaque Wrote: Was in the same situation. I wound up forking the repo and re branded the entire 0.16.z branch with custom logos/color scheme/default players and side loaded it. Works like a charm.

    Seems like a lot of effort when Plex just works unfortunately.

    Also seems like a simple warning on the security risks of using the VLC player might suffice (and users can flip back and forth as necessary), instead of rendering Jellyfin pretty useless to the masses IMO

    Except plex doesn't support .strm files, which I use for a good portion of my media.

    I've got hopes that the playback rewrite is going to help solve a lot of issues that 0.17 introduced for a lot of people. I was messing around and made a debug apk of the 0.17.z release, and in the developer options there you could enable the playback rewrite. It helped with playing some media that on the stable release wouldn't, but it still transcoded it. No osd, no subtitles, no nothing except the video playing on the screen, so it's currently rough around the edges but is promising.

    With that being said I do wish that 0.17 would have been pushed back until the playback rewrite was further along in its development. Hell I feel that the entire 10.9.x releases have felt a bit rushed, and a lot of the fixes to certain areas also break previously working features. But that's the cost of using open source projects, and I'm totally fine with that, as I'd rather have people willing to volunteer their time developing the project than it going stale and dying out.
    krhen
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #8
    2024-08-18, 10:53 PM
    (2024-08-18, 03:42 PM)Efficient_Good_5784 Wrote: You can always use the last version of ATV that still has the experimental LibVLC player by getting it here: https://github.com/jellyfin/jellyfin-and...g/v0.16.11

    Just keep in mind that as time goes on, newer server versions may not work correctly with older releases, so it would also be a good idea to stick to a working server version as well.

    I wouldn't know how to get that onto my Fire TV cube
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #9
    2024-08-18, 11:27 PM
    I would check online to see if there's relevant guides for that like this one: https://www.lifewire.com/how-to-sideload...tv-4582671
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode