• 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: Live TV: Some m3u files play, others don't

     
    • 0 Vote(s) - 0 Average

    SOLVED: Live TV: Some m3u files play, others don't

    Issues with playing channels in some m3u files while they play on VLC
    ggallet
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    #8
    2024-01-08, 05:45 PM
    Thanks again for the explanation. It makes sense.

    I actually asked a colleague who's got a very similar setup and he had a stroke of genius saying it's most likely the network mode of the container that needs to be host and not the default bridge... something to do with multicast and rtp protocol support (I do not have the full explanation but will look it up.... eventually).

    So below is my docker compose for the jellyfin container that ended up enabling the streaming of the channels listed here (Swiss providers).

    Thanks for the help, and my apologies if that bit of the network_mode was obvious and that I missed it when reading the doc.

    Code:
    version: "3.8"
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        network_mode: host
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/Zurich
        volumes:
          - jellyfin:/config
          - /mnt/Videos/TV:/data/tv
          - /mnt/Videos/Movies:/data/movies
        ports:
          - 8096:8096
        restart: unless-stopped
        devices:
          - "/dev/dri:/dev/dri"

    volumes:
      jellyfin:
        external: true
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Live TV: Some m3u files play, others don't - by ggallet - 2023-12-31, 09:23 AM
    RE: Live TV: Some m3u files play, others don't - by TheDreadPirate - 2023-12-31, 08:38 PM
    RE: Live TV: Some m3u files play, others don't - by ggallet - 2024-01-01, 03:09 PM
    RE: Live TV: Some m3u files play, others don't - by ggallet - 2024-01-06, 04:17 PM
    RE: Live TV: Some m3u files play, others don't - by TheDreadPirate - 2024-01-06, 09:33 PM
    RE: Live TV: Some m3u files play, others don't - by ggallet - 2024-01-07, 09:43 PM
    RE: Live TV: Some m3u files play, others don't - by TheDreadPirate - 2024-01-07, 11:56 PM
    RE: Live TV: Some m3u files play, others don't - by ggallet - 2024-01-08, 05:45 PM

    • 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