• 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 Troubleshooting Codec problems on FireStick TV? Freezing every 5 seconds.

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Codec problems on FireStick TV? Freezing every 5 seconds.

    naopodeser
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #1
    2023-11-18, 11:17 PM
    So much problems when I play some videos on FireStick TV. Freezing every 5 seconds. Some shows and movies, work fine.

    First, I had problems on a Samsung TV (Tizen System) run Jellyfin, so I bought a FireStick 4k (I use 1080p) to solve it. The problem, aparently, was codecs. Well, the problem continues.

    Here is Jellyfin's log using FireStick: https://pastebin.com/A9ZmtECz

    I can't transcode from my server, low CPU, low memory, impossible.

    I tryed before transcode with Unmaniac (like Tdarr), but doesn't work. Too much time spend to 1%. And I don't know if this will work. I don't understand which codec is the problem. Which codec is correct to play on Fire Stick?

    On my PC and iPhone, everything work fine.

    Any ideas?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-11-18, 11:38 PM
    Can you share the main jellyfin log? It contains the reason the video was transcoded. The codec is H264, level 41. Pretty pedestrian. So I suspect the Fire TV is transcoding due to "ContainerBitrateExceeded". This is a bug in the Android TV app where the "auto" max bit rate settings is too low. Try manually setting the max bit rate setting in Android TV to 120Mbps.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #3
    2023-11-18, 11:40 PM
    +1

    also check that "Downmix to stereo" is not enabled
    naopodeser
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #4
    2023-11-19, 12:19 AM
    (2023-11-18, 11:38 PM)TheDreadPirate Wrote: Can you share the main jellyfin log?  It contains the reason the video was transcoded.  The codec is H264, level 41.  Pretty pedestrian.  So I suspect the Fire TV is transcoding due to "ContainerBitrateExceeded".  This is a bug in the Android TV app where the "auto" max bit rate settings is too low.  Try manually setting the max bit rate setting in Android TV to 120Mbps.

    Main Jellyfin Log: https://pastebin.com/Knervebw
    I try with 120mbps limit, same problem. This is the transcode log: https://pastebin.com/7duCQUMT



    (2023-11-18, 11:40 PM)tmsrxzar Wrote: also check that "Downmix to stereo" is not enabled

    I change to Direct, nothing become better. My server turn down, I think is because this.

    ----
    Should I activate the hardware aceleration? If yes, which options I use?

    My setup is a J1800 CPU, 4gb ram, on docker run into OMV Server.
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #5
    2023-11-19, 12:32 AM
    log shows the same thing so no doubt it had the same problem

    Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
    Stream #0:1 -> #0:1 (ac3 (native) -> aac (libfdk_aac))

    means it's being transcoded, if direct playing it would say (copy)

    since it's going h264->h264 then video codec shouldn't be the reason
    since it's going ac3->aac audio channels are potential is why i mentioned the downmix setting

    but most likely is bandwidth limits



    there should be another log on the server than that, it should contain something that says "TranscodeReason" and that's what needs to be determined

    as far as im concerned that device should not have issues with h264 or ac3, they are fairly standard
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-11-19, 12:44 AM
    Code:
    TranscodeReason=VideoProfileNotSupported

    Your firestick probably doesn't support h264, high 10.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #7
    2023-11-19, 12:52 AM (This post was last modified: 2023-11-19, 12:54 AM by tmsrxzar. Edited 1 time in total.)
    missed that, probably

    must be a 3rd gen or older, newer shows support for profile 10 https://developer.amazon.com/docs/fire-t...vstickgen3
    naopodeser
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #8
    2023-11-19, 01:04 AM
    (2023-11-19, 12:52 AM)tmsrxzar Wrote: missed that, probably

    must be a 3rd gen or older, newer shows support for profile 10 https://developer.amazon.com/docs/fire-t...vstickgen3

    Exacly. My Fire Stick is 4k 3rd gen. So, this is it?

    About transcode before I play. Any suggestion? Is just transcode to another profile? I'm lost about codecs, profiles, types...
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #9
    2023-11-19, 01:14 AM
    (2023-11-19, 01:04 AM)naopodeser Wrote:
    (2023-11-19, 12:52 AM)tmsrxzar Wrote: missed that, probably

    must be a 3rd gen or older, newer shows support for profile 10 https://developer.amazon.com/docs/fire-t...vstickgen3

    Exacly. My Fire Stick is 4k 3rd gen. So, this is it?

    About transcode before I play. Any suggestion? Is just transcode to another profile? I'm lost about codecs, profiles, types...

    definitely, that stick doesn't support that encoding of h264

    your server is already trying to transcode but at a rate too slow for continuous playback, note the speed= lines of your log are less than 1x
    that means the transcode is happening at less than the speed of the video, for every 1 second of playback it is only able to encode 0.5 seconds and so causing the issue


    based on your cpu im not sure if hardware acceleration would be available

    https://www.intel.com/content/www/us/en/...tions.html

    @TheDreadPirate should have a better idea on that


    might be something to try and see anyway https://jellyfin.org/docs/general/admini...celeration
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2023-11-19, 02:17 AM
    Bay Trail has quick sync, but driver support is questionable and its performance is almost certainly not sufficient to be useful.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    1
    Pages (2): 1 2 Next »

    « 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