Hi, I've followed the set up for a radio streaming skill using the files and instructions from the alexa repo on Github. https://github.com/Acrylami/skill-sample-nodejs-audio-player/tree/mainline/single-stream
Everything has gone perfectly except now after deploying the skill, I attempt to listen to the successful output which appears fine with no errors but it produces this error:
Error: The audio could not be loaded, either because the server or network failed or because the format is not supported.
I am getting my audio stream from https://tunein.com/radio/Radio-Vocaloid-s198764/ which is https as required. Anyone know why my skill fell at the final hurdle? I know with mp3 files you must encode them in a certain way but I have no way of doing this for a radio site.
Thanks!