问题
Accordingly to https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/custom-audioplayer-interface-reference:
The audio file must be hosted at an Internet-accessible HTTPS endpoint. HTTPS is required, and the domain hosting the files must present a valid, trusted SSL certificate.
I want to build a skill to stream a feed from http (NOT https) endpoint. How do I do this?
There are other skills (like TuneIn radio) which seem to stream http feeds. Unless they proxy them, which would be a significant overhead.
回答1:
It turned out Alexa can play HTTP audio feeds. I just had too put those as references inside of .m3u file, which is served by HTTPS protocol.
来源:https://stackoverflow.com/questions/42775947/streaming-http-audio-feed-on-alexa