You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/06/06 03:32:52 UTC

[GitHub] [cordova-plugin-media] ghenry22 commented on issue #294: Cannot preload sound files

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org