• 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 LIVE TV Images / Kodi LIVE TV Error

     
    • 0 Vote(s) - 0 Average

    LIVE TV Images / Kodi LIVE TV Error

    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #1
    2025-01-10, 05:02 AM
    hello im having trouble, my live tv channel images wont display i get the error in my jellyfin logs, and Live TV doesnt play on kodi but it works on every other client.

    Jellyfin Log:  https://pastebin.com/u6sCEaP7
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-10, 02:25 PM
    Code:
    [2025-01-09 21:55:24.943 -07:00] [ERR] [26] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/59c5f30fcc66b9917f309cf0cb892122/Images/Primary/0".
    System.UnauthorizedAccessException: Access to the path '/config/data/metadata/livetv/59c5f30fcc66b9917f309cf0cb892122' is denied.
    ---> System.IO.IOException: Permission denied

    You need to ensure that the user running the container owns the entire /config and /cache directories.
    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]
    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #3
    2025-01-10, 10:36 PM
    is this the right commands ? https://ibb.co/RHszJHK
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-01-10, 10:45 PM
    Yes.
    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]
    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #5
    2025-01-10, 10:46 PM
    i restarted but still same error when starting up
    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #6
    2025-01-10, 10:53 PM (This post was last modified: 2025-01-10, 10:54 PM by enriquel1606.)
    i ended up running as root instead

    im still having an issue where i get a playback error on jellycon when trying to use Live TV, it works on every other device
    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #7
    2025-01-10, 11:05 PM
    (2025-01-10, 10:45 PM)TheDreadPirate Wrote: Yes.
    I am now getting this error when using livetv after changing permissions. 
    https://ibb.co/FzY1tTK

    Log:  at Jellyfin.Api.Controllers.ImageController.GetImageInternal(Guid itemId, Ima - Pastebin.com
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-01-10, 11:58 PM
    It's trying to transcode but fails. Can you share your ffmpeg log via pastebin?
    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]
    enriquel1606
    Offline

    Junior Member

    Posts: 10
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #9
    2025-01-11, 12:09 AM
    (2025-01-10, 11:58 PM)TheDreadPirate Wrote: It's trying to transcode but fails.  Can you share your ffmpeg log via pastebin?
    I was able to fix it by turning auto-loop do you know why this is? 

    Im still having trouble with Kodi not playing Live TV on jellycon i will send the ffmpeg log

    Log
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-01-11, 12:19 AM
    There are a lot of different ways to do IPTV, some require that setting to be enabled.

    As for jellycon, it is trying to transcode but failing due to not having access to the GPU.

    Code:
    [AVHWDeviceContext @ 0x55e965893d40] Cannot load libcuda.so.1
    [AVHWDeviceContext @ 0x55e965893d40] Could not dynamically load CUDA
    Device creation failed: -1.
    Failed to set value 'cuda=cu:0' for option 'init_hw_device': Operation not permitted
    Error parsing global options: Operation not permitted

    Can you share your docker compose? It looks like you're using the linuxserver docker image.
    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