• 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 SOLVED: Video freezing on TV App

     
    • 0 Vote(s) - 0 Average

    SOLVED: Video freezing on TV App

    Video freezes, sound continues on TV App
    f-d-ffm
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #1
    2024-10-01, 02:58 PM
    Hello,

    I'm getting video freezes after about 1:40 min, sound continues normally. 
    Here's my setup:I'm running a jellyfin server on an Umbrel Home. I'm streaming movies using my Telekom MagentaTV One (2nd Generation) (SEI Robotics) with the jellyfin app from the play store (v 0.17.6 release). 
    When I started my server, everything went as expected. After returning from vacation in August, the freezing occurs. I happen every time I'm watching a show or a movie from my MagentaTV Box. When watching from a browser on a Mac or PC, everything works fine.
    The MagentaTV Box as well as the jellyfin App are up-to-date and had 2 or 3 updates since the error occurred the first time.

    I've attached the logs from the last time I tried to start a movie. Also, there's a screenshot of my encoding settings (in German).

    I tried restarting the server, TV, MagentaTV Box, I also tried different Settings for the encoding. As this problem only occurs on the MagentaTV Box, I couldn't find a solution online so far. I can't run the jellyfin app directly on my TVs hardware, as the model is too old to run h.265 files.

    I hope someone can help me out. Thanks in advance.


    Attached Files Thumbnail(s)
       

    .txt   log_20241001.txt (Size: 15.99 KB / Downloads: 76)
    .txt   FFMPEG_REMUX.txt (Size: 135.75 KB / Downloads: 73)
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-01, 03:38 PM
    Are the browsers remuxing? Or is only the Android TV remuxing?
    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]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,080
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #3
    2024-10-01, 04:55 PM
    Code:
    Level":186

    Did you encode your media using HEVC main level 6.2 for a resolution of 702x300? I haven't seen any devices that specifically advertise playback at that level, even if some can handle it. When you play your media, what does the dashboard say about the reason for the remux? If it’s not supported, it should trigger a transcode instead of just a remux. I can replicate the situation on my end, and I’d recommend re-encoding it to a more common level.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-01, 04:59 PM (This post was last modified: 2024-10-01, 05:00 PM by TheDreadPirate. Edited 1 time in total.)
    (2024-10-01, 04:55 PM)theguymadmax Wrote:
    Code:
    Level":186

    Did you encode your media using HEVC main level 6.2 for a resolution of 702x300? I haven't seen any devices that specifically advertise playback at that level, even if some can handle it. When you play your media, what does the dashboard say about the reason for the remux? If it’s not supported, it should trigger a transcode instead of just a remux. I can replicate the situation on my end, and I’d recommend re-encoding it to a more common level.

    They disabled video and audio transcoding.

    Code:
    [INF] [26] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "streamer". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
    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]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,080
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #5
    2024-10-01, 07:15 PM
    (2024-10-01, 04:59 PM)TheDreadPirate Wrote: They disabled video and audio transcoding.

    Ah, that makes sense now.
    f-d-ffm
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #6
    2024-10-02, 02:11 PM
    (2024-10-01, 03:38 PM)TheDreadPirate Wrote: Are the browsers remuxing?  Or is only the Android TV remuxing?

    As I can see, both of them are remuxing. But I'm not quite sure. I get this message on the jellyfin dashboard, when clicking on the "i" button on the currently playing media (see attachment). It says (translated) :

    REMUXING
    The media is in an incompatible file container (MKV, AVI, WMV), but video as well as audio are compatible with the device. The media will be repacked during playback, before they get sent to the device. The Remux needs very little compute power, with original media quality.

    This message is the same for playback on the TV Box as well as on a browser.
    All my files are either in the mp4 or MKV container. All of them are h.265 files with stereo aac sound (multiple languanges) and subtitle tracks. They all still worked before my vacation, no problem.

    Can I change the remux settings per device? I only found the settings for Remux within the user settings.

    Do you need more information? What else can I provide?

    Thanks in advance.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-10-02, 02:36 PM
    @theguymadmax - Do you think this is the same bug you've referenced in other threads regarding AAC and remuxes? Even though this video is already stereo?
    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]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,080
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #8
    2024-10-02, 05:32 PM
    The issue seems to stem from how transcoding and level checks are handled. By disabling transcoding, the level check that would normally force a transcode is bypassed, instead remuxing the file. This allows the device to attempt playback even if it technically doesn’t support the format.

    On my TV, the SoC can handle up to HEVC level 6.2, but it only reports compatibility up to level 5.2. This means any content above 5.2 gets transcoded. When transcoding is disabled, the video and audio are remuxed, bypassing the level check and plays fully without any issues.
    .txt   remux.txt (Size: 16.88 KB / Downloads: 70)

    In contrast, with my Firestick 4K, the SoC cannot handle level 6.2. If I disable transcoding on the server, the file is remuxed, but playback results in a black screen.

    As for why it worked now but not before, I can't say for sure. To resolve this, you could either transcode your media to a level that your player officially supports, such as HEVC Main Level 4, or enable transcoding on the server.
    f-d-ffm
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #9
    2024-10-03, 08:27 AM
    I tested reencoding my files in h.265 Level 4 Main. I did a short test and it seems to work (started to watch a movie and it went far beyond 1:40 min, I had to stop at 15 min because of an upcoming meeting). I'll do a long test tonight with a long movie and let you know if it worked.

    Is there any way to get the information, what variations of a codec my TV Box can handle natively? I've read about adb commands (dumpsys media.player) but somehow jellyfin must know whether a client supports the codec or doesn't. Is there a way to get this information easily?

    Also, is there an easy way/automated way to re-encode all videos? This will take me weeks to do manually.

    Thanks a lot
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,080
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #10
    2024-10-03, 03:24 PM
    Some manufacturers provide this information while others don’t, so you may need to rely on the device description. Since your device supports 4K HDR, it's reasonable to conclude it can handle up to level 5.1, as indicated in the reference chart. To confirm the maximum level, you can encode a couple of sample files: one at 5.1 and another at 5.2. If it remuxes the file, that means it's not supported. Anything above 5.2 falls into the realm of 8K tier, and I haven't seen any players that claim to support that level yet.
    « 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