Jellyfin Forum
Internet radio help - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Internet radio help (/t-internet-radio-help)



Internet radio help - mistercoffee66 - 2024-02-18

I followed the instructions at https://jellyfin.org/docs/general/server/media/internet-radio/ but nothing appears under Live TV. I’ve tried several different streams that work in Emby. I’ve followed the instructions for creating a local m3u file with the correct headers.

Example wfmu.m3u

Code:
#EXTINF:0,Radio Freccia
http://stream0.wfmu.org/freeform-128k.mp3



RE: Internet radio help - TheDreadPirate - 2024-02-18

Your m3u contains a link to an mp3. Here is an example m3u file that is valid.

Code:
#EXTM3U
#EXTINF:-1 tvg-logo="https://www3.nhk.or.jp/nhkworld/common/assets/parts/images/logo_world.svg" group-title="TV", NHK World Japan
https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8



RE: Internet radio help - mistercoffee66 - 2024-02-18

(2024-02-18, 05:04 AM)TheDreadPirate Wrote: Your m3u contains a link to an mp3.  Here is an example m3u file that is valid.

Code:
#EXTM3U
#EXTINF:-1 tvg-logo="https://www3.nhk.or.jp/nhkworld/common/assets/parts/images/logo_world.svg" group-title="TV", NHK World Japan
https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8

Thanks. That mp3 stream is one I use in Emby in a .strm file, so I thought it would be ok. I created a new file, test.m3u, using the info you pasted above. The channel now shows, but it won't play -- it just spins. Screenshots attached.


RE: Internet radio help - TheDreadPirate - 2024-02-18

Is it trying to transcode?

Also, Jellyfin can do strm files. Just not in the live TV section.


RE: Internet radio help - mistercoffee66 - 2024-02-18

(2024-02-18, 04:43 PM)TheDreadPirate Wrote: Is it trying to transcode?
How can I tell?

(2024-02-18, 04:43 PM)TheDreadPirate Wrote: Also, Jellyfin can do strm files.  Just not in the live TV section.

I tried all my Emby .strm files by adding a new "music" library, but none of those worked.


RE: Internet radio help - TheDreadPirate - 2024-02-18

Can you share your jellyfin log with us? And if there are ffmpeg logs can you share the latest? Post them to sourcebin or pastebin.

Also, I spoke with a dev. strm files are broken when in a Music library, but work is being done to fix it in 10.9. You can try putting your strm files into another library type, like Books or Mixed.


RE: Internet radio help - mistercoffee66 - 2024-02-19

(2024-02-18, 05:15 PM)TheDreadPirate Wrote: Can you share your jellyfin log with us?  And if there are ffmpeg logs can you share the latest?  Post them to sourcebin or pastebin.

Also, I spoke with a dev.  strm files are broken when in a Music library, but work is being done to fix it in 10.9.  You can try putting your strm files into another library type, like Books or Mixed.

I restarted the server and now working, thank you!