• 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 Live TV

     
    • 0 Vote(s) - 0 Average

    Live TV

    JuanQP
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Spain
    #1
    2025-04-03, 11:20 PM
    When I play a channel on my IPTV, it takes a long time to load on every client I test—sometimes 30 seconds, other times a minute. However, when I try it on other applications, it loads in 5 seconds. I don't know if it's the application or my server (it's not very powerful; it has an N3450 processor), so does anyone know how I can improve this with any configuration or something?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-04-04, 12:25 PM
    Can you share your jellyfin logs via privatebin.net? To me, it sounds like it might be trying to 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]
    JuanQP
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Spain
    #3
    2025-04-05, 11:01 AM
    Sure, here you go: https://privatebin.net/?3b1839d0ff137e51...9RUfzYEYge
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-04-05, 05:58 PM
    The initial delay appears to be from jellyfin probing the stream to see what is in it. I'm assuming to see the codecs and container used to help determine if transcoding needs to occur. The initial probe didn't find anything in the stream. Probably because the provider hadn't started serving the stream yet so Jellyfin added a 3 second delay before probing again to allow the provider to actual start streaming content.

    Code:
    [2025-04-05 12:58:35.741 +02:00] [INF] [18] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "m3u_7147f8ddcd474314e2f449260d6d98452a47ff8e4b0ffde20ed869594d0d86a2"
    [2025-04-05 12:58:35.785 +02:00] [INF] [18] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Live stream opened after 0.0022ms
    [2025-04-05 12:58:35.786 +02:00] [INF] [18] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "2a47ff8e4b0ffde20ed869594d0d86a2", mediaSource.Id "2a47ff8e4b0ffde20ed869594d0d86a2", mediaSource.LiveStreamId null
    [2025-04-05 12:58:35.786 +02:00] [INF] [18] Emby.Server.Implementations.Library.MediaSourceManager: Waiting 3000ms before probing the live stream
    [2025-04-05 12:58:40.221 +02:00] [INF] [18] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "4.4355143" seconds

    It does not appear to be transcoding, which also means that the client will be directly connecting to the live TV stream, thus requiring another new connection and a new delay. If that initial probing delay was caused by something on the providers side, that essentially means that 9-10 seconds is possibly the minimum start time for this provider. Which does match up with the logs. 5 seconds after the above log the server reports that Jellyfin Media Player started watching live TV. For a total of ~10 seconds.

    If the providers is experiencing high loads than that can add more delay on top of that.

    AFAICT, it is not an issue with your server.
    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