You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/12 15:50:24 UTC

[GitHub] Defcon0 opened a new issue #213: Playing multiple files sequentially in background doesn't work in iOS

Defcon0 opened a new issue #213: Playing multiple files sequentially in background doesn't work in iOS
URL: https://github.com/apache/cordova-plugin-media/issues/213
 
 
   Hello,
   
   I have an app that plays preview mp3's of a music album, i.e. song1, after that song2, ...
   
   Since there's no playBatch() function in the Media object of this plugin, I did that by playing the next file after the last had finished playing. This works great on Android (even in background).
   
   In iOS when I put the app in background (UIBackgroundModes is set correctly in Xcode), it tries to play the next file but fails with error 4.
   
   Is there a way to accomplish what I want? Is there a way to have a playMultiple() or playBatch() function or is there another issue with my files?
   
   Thanks in advance!
   
   Bye

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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