在 Alexa 上流式传输 HTTP 音频提要

Streaming HTTP audio feed on Alexa

根据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.

我想培养一种从 http(而非 https)端点流式传输提要的技能。我该怎么做呢?

还有其他技能(如 TuneIn 广播)似乎可以流式传输 http 提要。除非他们代理他们,否则这将是一笔巨大的开销。

原来 Alexa 可以播放 HTTP 音频源。我只是将它们作为引用放在 .m3u 文件中,该文件由 HTTPS 协议提供服务。