Post Reply 
Radio stations not playing with error code: 501
14-08-2017, 06:30
Post: #4
RE: Radio stations not playing with error code: 501
(13-08-2017 19:20)Cebolla Wrote:  Your current M3U file settings are for a direct connection to the internet radio streams and it appears that the microRendu renderer is not able to play them properly.

Instead, you can configure the M3U file to route the internet radio streams via MinimStreamer in order to get it to help the renderer play them. This is described in the "Routing network streams via MinimStreamer" and the "Transcoding" sections of the MinimStreamer User guide:
http://minimstreamer.com/userguide.html

To get you started, one of the first things to try is to see if providing additional audio stream information, such as the audio format, helps. All those streams are in the mp3 audio format, so the following change to the M3U file should route them through MinimStreamer and get MinimStreamer to provide the mp3 audio format additional information in the streams:
Code:
#EXTM3U
#EXTINF:-1,[BNR;mp3] BNR Nieuwsradio, 128kb
http://icecast-bnr.cdp.triple-it.nl:80/bnr_mp3_128_03

#EXTINF:-1,[NOSR1;mp3] NOS Radio 1, 192kb
http://icecast.omroep.nl:80/radio1-bb-mp3

#EXTINF:-1,[3FM;mp3] 3FM Serious Radio, 192kb
http://icecast.omroep.nl:80/3fm-bb-mp3

You're good. You're very good!

The file as you included it in your reply is the version that fixed it. Just the tags was not enough. I needed to include the file type.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Radio stations not playing with error code: 501 - Pepsican - 14-08-2017 06:30

Forum Jump:


User(s) browsing this thread: 1 Guest(s)