@Wrybread wrote:
I’m working on an Ionic app to play the streaming audio stream of a small internet radio station. It only needs to compile to Android.
I’m currently using the audio tag:
<audio #stream src="http://live.str3am.com:3010/live"></audio>
That works well, but only for about 10 minutes, and then it stops. I think the buffer runs out.
Is there a way to make the stream rebuffer? Or to specify a buffer size? Or otherwise continue playing? Or maybe there’s some other method I should be using to play the stream?
Thanks for any help.
Posts: 1
Participants: 1