goffioul opened a new issue, #342:
URL: https://github.com/apache/cordova-plugin-media/issues/342

   # Bug Report
   
   ## Problem
   On iOS, when playing a remote audio stream (e.g. HTTP) and reloading the 
page content, the audio playback keeps playing and there's no way to stop it 
from JS, except killing the app.
   
   ### What is expected to happen?
   Audio should stop on app reset (like on Android).
   
   
   ### What does actually happen?
   Audio keeps playing on app reset.
   
   
   
   ## Information
   This is somewhat related to 
https://github.com/apache/cordova-plugin-media/issues/294, although the cause 
is slightly different: `onReset` does not clean-up `avPlayer` and only takes 
care of local sounds (where `audioFile.player` is not `nil`).
   
   
   
   
   ### Version information
   - cordova-plugin-media 5.0.4
   - iOS 15
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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-unsubscr...@cordova.apache.org.apache.org

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


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

Reply via email to