#sonos unable to play live radio having streaming url m3u8 extension

335 Views Asked by At

I have implemented same thing refered to doc http://musicpartners.sonos.com/node/83 for live radio streaming. the streaming url is like http://example.com/abc.m3u8 but this live stream is unable to play by sonos player. please suggest or ask me for more info.

1

There are 1 best solutions below

1
On

Well, it's difficult to answer your question with so little information, but you shouldn't return the streaming URL with getMetadata as it seems you are doing. You should return the URL as a result of getMediaURI requests.