![]() |
|
Streaming Klassik Radio - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: Streaming Klassik Radio (/showthread.php?tid=5744) |
Streaming Klassik Radio - steamfan - 11-07-2020 21:21 Hello, I'd like to stream the Hamburg based Klassik radio to my renderers; preferred station is Klassik Radio Live. But the web page of Klassik radio uses only web players for streaming. Therefore I can't find any streaming address ending in .m3u. My current playlist file, which is at least read by my renderers, looks like: Code: #EXTM3U I'm currently using the Starter Edition of MinimServer 2. Is it still possible to play this radio station? Any help is welcome. RE: Streaming Klassik Radio - simoncn - 12-07-2020 10:22 Try changing the stream URL to this: http://stream.klassikradio.de/live/mp3-192/stream.klassikradio.de and do a rescan. RE: Streaming Klassik Radio - steamfan - 12-07-2020 10:42 Hi Simon, many thanks for that hint which is partially successful. Here's an overview:
Do I need to upgrade to the full license which includes MinimStreamer? RE: Streaming Klassik Radio - simoncn - 12-07-2020 12:35 Try changing the .m3u file to this: #EXTM3U #EXTINF:-1,[+Klassik Radio Live;mp3] Klassik Radio Live http://stream.klassikradio.de/live/mp3-192/stream.klassikradio.de The change is in the #EXTINF line, adding mp3 as the stream type. RE: Streaming Klassik Radio - steamfan - 13-07-2020 20:08 Hello Simon, many thanks for that hint. It did the trick and now all renderers can play Klassik Radio. |