Hey,
I'm sending this response from my own server:
{ "version":"1.0", "response":{ "directives":[ { "type":"AudioPlayer.Play", "playBehavior":"REPLACE_ALL", "audioItem":{ "stream":{ "token":"test", "url":"https://url", "offsetInMilliseconds":0 } } } ], "shouldEndSession":true } }
which works fine for external sources.
But if I use my own server for hosting mp3 sources (running on apache), it doesn't play. Oddly enough, it works in the "Amazon Music App on my iPhone.
Can you help me?
Best regards