• 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 Movies keep loading

     
    • 0 Vote(s) - 0 Average

    Movies keep loading

    evripides
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Cyprus
    #1
    2025-02-17, 04:54 PM (This post was last modified: 2025-02-17, 04:59 PM by evripides. Edited 2 times in total.)
    Hello

    I have installed jellyfish to my server so I can replace the plex

    I added my two libraries Series/Movies

    On web browser everything is fine and smooth 

    But on LG TV webOS I can play only series, the movies are keep loading and not showing play back 

    [img]<a href="https://ibb.co/ZtPm9y2"><img src="https://i.ibb.co/gHpVYs4/IMG-0884.jpg" alt="IMG-0884" border="0" /></a>[/img]

    Screenshot https://ibb.co/ZtPm9y2
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,209
    Threads: 0
    Joined: 2024 Jun
    Reputation: 62
    #2
    2025-02-17, 05:00 PM (This post was last modified: 2025-02-17, 05:09 PM by theguymadmax. Edited 1 time in total.)
    Jellyfin has a feature that prevents users from watching bad movies: https://www.rottentomatoes.com/m/nine_lives_2016

    Jokes aside, could you post your server logs when you attempt to play a movie. If a FFmpeg log is generated, post that as well.
    evripides
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Cyprus
    #3
    2025-02-17, 05:29 PM (This post was last modified: 2025-02-17, 05:32 PM by evripides. Edited 2 times in total.)
    hahahahaha nice one

    logs https://pastebin.com/cYX3sRfZ
    ffmpeg https://pastebin.com/bVm4u2TE but are not from tv

    the above issue happening to all movies and not series
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,209
    Threads: 0
    Joined: 2024 Jun
    Reputation: 62
    #4
    2025-02-17, 05:34 PM
    The files are transcoding and your CPU is not fast enough to process it. What are your server specs?
    evripides
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Cyprus
    #5
    2025-02-17, 05:37 PM (This post was last modified: 2025-02-17, 05:51 PM by evripides. Edited 1 time in total.)
    on my laptop and my iPhone is working fine but the issue os on TV (192.168.0.28 the ip address of tv)
    Specs
    Intel® Core™ i5-7500T CPU @ 2.70GHz
    RAM: 16GB
    OS: TrueNas Scale
    HDD: SSD 256GB
    Intel Corporation HD Graphics 630 (rev 04)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-17, 06:00 PM (This post was last modified: 2025-02-17, 06:00 PM by TheDreadPirate. Edited 1 time in total.)
    Your CPU has an iGPU with Intel Quick Sync. Follow our Intel docs here.

    https://jellyfin.org/docs/general/admini...ualization

    You need to ensure that you pass the GPU into the container. I believe this is a simple drop down option in TrueNAS's UI.

    Use this wiki to select the codecs that your GPU supports. The "Kaby Lake" column.

    https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video
    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,209
    Threads: 0
    Joined: 2024 Jun
    Reputation: 62
    #7
    2025-02-17, 06:04 PM
    Code:
    Stream mapping:
    Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
    Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac))
    Press [q] to stop, [?] for help
    [libx264 @ 0x55722e7bfa80] using SAR=1/1
    [libx264 @ 0x55722e7bfa80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
    [libx264 @ 0x55722e7bfa80] profile High, level 5.1, 4:2:0, 8-bit

    You don't have hardware acceleration setup, and your relying on your CPU. I don't have experience with TrueNAS so I can only refer you to the docs: https://jellyfin.org/docs/general/installation/truenas/

    Someone else who has experience might be able to guide you further if have any questions on that.
    evripides
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Cyprus
    #8
    2025-02-18, 11:43 AM
    Hmm I am checking how to enable the transcoding but on the other tv that I have (android tv) the app is working find

    the only issue is the lg tv
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2025-02-18, 01:52 PM
    Transcoding only happens if the client device can't play the file as is. Your Android TV can probably play the file without issue because it is either direct playing or only transcoding the audio.

    But your LG TV requires a video transcode.
    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]
    « 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