• 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 Consult m3u8

     
    • 0 Vote(s) - 0 Average

    Consult m3u8

    Consult m3u8
    Charles
    Offline

    Junior Member

    Posts: 12
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #1
    2025-04-03, 10:49 AM
    Hi, how are you? I started implementing Jellyfin a while ago to watch some internal channels (live streams). Using ffmpeg and HLS version 2, I created the ts files and the m3u file that we called from Jellyfin. But when I watch the streams with the Jellyfin app, they get cut off, and I see corrupted packets in the log. I thought it was the source of the stream, but later I discovered it wasn't. What I changed to make it work was the HLS version 1. Is it possible that Jellyfin doesn't recognize or isn't compatible with HLSv2? Thanks.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-04-03, 03:18 PM
    I don't see anything in Jellyfin that would restrict it to HLSv1 or anything about specific versions of HLS it does support. My understanding is that you need to declare the HLS version in your M3U8.

    Code:
    #EXT-X-VERSION:2

    Is that how you changed the HLS version? Or did you change the HLS version at the source of the 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]
    Charles
    Offline

    Junior Member

    Posts: 12
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #3
    2025-04-03, 03:47 PM
    Sorry use this
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-04-03, 05:34 PM
    Jellyfin supports, at least, HLSv4. The M3U8 for my sole IPTV channel, not the M3U8 tuner, has this.

    Code:
    #EXTM3U
    #EXT-X-VERSION:4
    #EXT-X-TARGETDURATION:7
    #EXT-X-MEDIA-SEQUENCE:52764
    #EXT-X-PROGRAM-DATE-TIME:2025-04-03T17:30:49.379Z
    #EXTINF:6.00600,
    20250331T012912/index_1M/00017/index_1M_01764.ts
    #EXT-X-PROGRAM-DATE-TIME:2025-04-03T17:30:55.385Z
    #EXTINF:6.00600,
    20250331T012912/index_1M/00017/index_1M_01765.ts
    #EXT-X-PROGRAM-DATE-TIME:2025-04-03T17:31:01.391Z

    Can you share your jellyfin log and ffmpeg log from the failed attempt?
    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