andreas-aeschlimann commented on issue #256:
URL:
https://github.com/apache/cordova-plugin-media/issues/256#issuecomment-687677864
I just have implemented an Icecast stream into an Ionic app with this
package and it works when I wait for a second before calling the play function:
const mediaObject = this.media.create(url);
timer(1000).subscribe(() => mediaObject.play());
I am not sure if this is relevant to this issue, but I thought it might help
some other developers.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]