Replies: 3 comments 30 replies
-
It should meet that criteria but the m3u8 stream is only returned when opening a session if it is requested. Depending on how you setup the skill would depend on what Abs sends back when opening the session. |
Beta Was this translation helpful? Give feedback.
-
Oh man, yeah, running into this myself. It's pretty wild how poorly the audio player works, like, sometimes it will play through my dev test area, and not on devices, or on my phone and not on an actual echo device, etc. Kind of maddening. |
Beta Was this translation helpful? Give feedback.
-
I have experimented more with Alexa skills and .m3u8 (unfortunately, very large audiobooks tend to crash the device using my ABS-Alexa skills, so I thought breaking it up using HLS might work better). However, I have not been able to get HLS to work on the echo devices, regardless of source. I’ve tried probably 20 different public HLS audio streams of various encodings on the internet (in addition to ABS HLS streams), and none of them play on the Alexa device. They do play on Alexa app and in the web browser. so to answer your question, ABS is likely generating perfectly compatible streams; the problem is Alexa doesn’t actually support HLS, despite their website claiming otherwise. |
Beta Was this translation helpful? Give feedback.
-
I've started work to explore the feasibility of making an Alexa skill that interfaces with ABS. I've run into a roadblock that I'm trying to figure out. The skill plays the stream fine on my phone (through the Alexa app) but when I try to play it on a device I get nothing. Alexa support says to make sure the stream meets their url requirements. I believe it does, but was hoping someone on here might be able to point out something I missed?
Their criteria are:
My test instance is hosted on a NAS and exposed to the public via Cloudflare tunnels so the SSL certificate shouldn't be an issue. The only criteria I am not sure about are the audio format used within the transport stream files.
Beta Was this translation helpful? Give feedback.
All reactions