Forum Discussion

viaway's avatar
viaway
Visitor
14 years ago

roAudioPlayerEvent undocumented event type 20

We try to play radio stream which does not exist and we get no feedback from the player!!!

The only feedback at the end is message type 20, but no documentation is found.

Please advise what is going on and how to stop audio player as we do not get any errors playing this stream:
http://80.249.71.90:8000/stream.mp3

3 Replies

  • When I play that stream, I see an event 15 (Error) when the failure is detected. It takes about 30 seconds to detect the error because the server is not completely unresponsive, so the Roku can establish a connection to it, but it never returns any data from an HTTP read.

    --Mark
  • Thanks, will try, how come we do not get playback position report for roAudioPlayerEvent every 5 seconds like we do for VideoScreen?

    How do you make AudioPlayer report back as it plays every 5 seconds?

    Thanks.