Read the statement by Michael Teeuw here.
Online Radio
-
@tanvir586 is there anything I can do here?
-
@tanvir586 Hi, just checked the website and found the ârealâ url of the radio.
The url âhttp://95.154.250.9:9980â works fine with my vlc. As long as they do not change their ip it will be functional.If it stops working you can go to https://almubarakradio.com/ hit the âTune in liveâ button and copy the url of the browser window.
Edit:
Found a better way. You can use the url âhttps://relay.emasjidlive.uk/almubarakradioâ which is the url used by the player on page âhttps://emasjidlive.co.uk/listen/almubarakradioâ -
@wishmaster270 Mate youâre a genius. Worked perfectly. Seriously canât thank you enough. Just one question, itâs not 24 hours radio, when itâs come back online will it start automatically? On my computer browser on the radio page when itâs come back online it doesnât go live automatically, I need to press refresh button to go live.
-
@tanvir586 Great if I could help.
I am not sure how vlc will handle a connection loss. Normally it will try to reconnect but I do not know how long and often it tries.
Maybe there is a command line option but I think the best option is to try it -
@wishmaster270 ok. Will try and let you know. Really appreciated. Thanks đ
-
@wishmaster270 Hi. Ive just checked it doesnât go online after radio came back online. the link I gave you before that is 24 hourâs radio. But I used this link https://relay.emasjidlive.uk/kingsheathmasjid
but it didnât work. the channel went offline at 4.30pm uk time and came back online at 6.00pm. I pressed stop button and press play and it start working.
-
@wishmaster270 is there any command I can use for auto reconnect?
-
@tanvir586 Sorry, needed a moment to figure things outâŚ
You can try to add ââhttp-reconnectâ and maybe ââhttp-continuousâ to the options.
Your config should look something like this then:
{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { //autoplay: 0, customCommand: "/usr/bin/vlc", customCommandArgs: ["-I","dummy", "--http-reconnect", "--http-continuous", "###URL###"], stations: [ { title: "Al Mubarak", url: "https://relay.emasjidlive.uk/almubarakradio", logo: "https://upload.wikimedia.org/wikipedia/commons/a/ac/Antenne-bayern-logo.png", }, ], }, },
-
@wishmaster270 thanks mate. Iâll try today.
-
@wishmaster270 It didnât work. it do work when I press stop and play agian.
config ;-
{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { autoplay: 0, customCommand: "/usr/bin/vlc", customCommandArgs: ["-I","dummy", "--http-reconnect", "--http-continuous", "###URL###"], stations: [ { title: "Al Mubarak", url: "https://relay.emasjidlive.uk/kingsheathmasjid", logo: "https://upload.wikimedia.org/wikipedia/commons/a/ac/Antenne-bayern-logo.png", }, ], }, },