When starting a stream on a certain offset, the audio plays from the beginning instead of the set offset point. As an example, the following example (which does not play starting from 10s) is given:
{'outputSpeech': {'text': '', 'type': 'PlainText'}, 'directives': [{'playBehavior': 'REPLACE_ALL', 'audioItem': {'stream': {'url': 'https://www.djkutski.com/podcast/keepingtheravealive121.mp3', 'token': '33529', 'offsetInMilliseconds': 10000}}, 'type': 'AudioPlayer.Play'}]}
Is this response given incorrect? Or is the offestInMilliseconds tag broken and AVS just ignores it?