this post was submitted on 09 Apr 2024
1 points (100.0% liked)

Jellyfin: The Free Software Media System

5576 readers
1 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 5 months ago (2 children)

i have the same setup here and have this running fine here. i had similar problems with not running livetv earlier and had to use the jellyfin webinterface to play live tv since the app not work good IIRC.

(using the web player in the jellyfin app IS currently working for me)

for epg data I use: https://github.com/iptv-org/epg (hint: I use the site web.magentatv.de)

[–] [email protected] 0 points 5 months ago (1 children)

So you also went into your FritzBox webui, DVB-C, Senderliste, Senderliste erzeugen and plugged that m3u file into Jellyfin as an m3u-Tuner, right?

[–] [email protected] 0 points 5 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.