Read the statement by Michael Teeuw here.
Online Radio
-
@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", }, ], }, },
-
@tanvir586 I will try to dig deeper the next days but I can not promise that I will have the time.
Maybe I can write a simple wrapper for vlc which ends the process when the streams stops or is unreachable and tries to start the process every few seconds.
Did not find any better solution til now. -
@tanvir586
I release a new version of MMM-MplayerRadio (0.0.10) a few minutes ago which contains a new script called “streamlinkWrapper.bash” script. This script uses the streamlink tool to wrap the stream and restarts it if the connection gets lost.
You will find a example configuration in the examples directory for streamlinkWrapper which contains the configuration needed for your case.Make sure to install streamlink:
sudo apt -y update && sudo apt -y install streamlink
-
@wishmaster270 Thank you so much mate. Even if it’s doesn’t work for me I’m still happy that you made this effort for me. I’ll install the latest version today and will install streamlink
-
@wishmaster270 Just updated. Think I’m doing it right. First I’ve installed the streamlink. And then I went to the MMM-MplayerRadio folder and execute git pull.
I was bit confused about the streamlink. Didn’t understand where to install it , on the MMM-MplayerRadio folder or just normal installation. Finally I installed normally. Hope I’m doing it right. -
@tanvir586
Normal installation is the right thing. If you got sound with the new configuration everything is fine.
Hope the disconnect will be recognized correctly and your stream restarts now.