ghenry22 commented on issue #294: URL: https://github.com/apache/cordova-plugin-media/issues/294#issuecomment-1146998767
The plugin was originally written only with avaudioplayer. This framework does not support streaming audio, it will download an entire file and then play it. So the avplayer implementation was added so that streaming sources would use avplayer so that media streaming worked properly. I have a fork of the plugin that I have been working on slowly removing the avaudioplayer code completely so that everything just uses avplayer as it supports both file and streaming sources. There is a lot of cruft in this plugin though so it is slow going cleaning it up. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
