@perlix
Hi, are you sure to remove the line 'Serial.begin(115200);' in setup() and not change it to 'Serial.begin(9600);' or something else? I remove this line and compile it , a lot of error occured. Any advise. Thank you.
Latest posts made by wmlooi
-
RE: Updated version, working Core2 web radio player, M5Stack
-
RE: Updated version, working Core2 web radio player, M5Stack
Hi, I'm just bought the Core2 v1.1 and having a problem that "Changing..Wait.." state always running for the below links. Non of the links can be played. I'm using VLC to verify the streaming links no issue, all links are playable.
const int stations = 7;// Change Number here if you add feeds!
char * stationList[stations][2] = {
// {"Guangzhou MYFM 88.0", "https://lhttp.qingting.fm/live/20194/64k.mp3"},
// {"8FM", "https://mediaprima.rastream.com/mediaprima-onefm"},
// {"988 FM", "https://playerservices.streamtheworld.com/pls/988_FM.pls"},
// {"Ai FM", "https://playerservices.streamtheworld.com/pls/AI_FM.pls"},
// {"GoXuan", "https://stream-eu-a.rcs.revma.com/xt9nhzsbv4uvv/7_1kpxic2j08fx102/playlist.m3u8"},
// {"Melody", "https://stream-eu-a.rcs.revma.com/2u1n6dtbv4uvv/7_w0cr3cmmz25o02/playlist.m3u8"},
// {"MY", "https://stream-eu-a.rcs.revma.com/hc3unrtbv4uvv/56_1t996oveblvvv02/playlist.m3u8"}
};But, I tried the @nerdlogger streaming links no problem. The links are playable. Any advise? Thank you.