Heyho, i am a long time Plex user but since they go more and more corpo each day and i have a few … otherwisely obtained assets in my library i want to make the switch to Jellyfin before i really HAVE to.

Everything works great so far! But i have a DVB-C access on my router and it can create a m3u playlist for me to simply plug into VLC for example. On plex this was super easy and i just had to reorder some channels here and there and then everything worked great.

Now i was able to put the m3u playlist into jellyfin and it manages to find the channels… but when i click on a channel i only get audio. the image stays black. My router shows me that the stream is going and shows the quality is good.

Also plex was able to actually grab the metadata of all the shows running.

Am i missing something?

  • volle@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    I just had a look in my .m3u

    #EXTM3U
    #EXTINF:0,RTL Television
    #EXTVLCOPT:network-caching=1000
    rtsp://192.168.1.1:554/?avm=1&freq=466&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,7630,7631,7632,7633,7634,7635,7636,7637,7638
    #EXTINF:0,SAT.1
    #EXTVLCOPT:network-caching=1000
    rtsp://192.168.1.1:554/?avm=1&freq=466&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,7660,7661,7662,7663,7667,7668
    

    i guess the pids might be location dependant so you won’t be able to copy & paste this.