Kramer created CB-11026:
---------------------------

             Summary: iOS 9.3: media.release() kills all running audio files
                 Key: CB-11026
                 URL: https://issues.apache.org/jira/browse/CB-11026
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media
         Environment: I could only test it on iOS 9.3
            Reporter: Kramer


I got two media objects
var media1 = new Media("file1.mp3");
var media2 = new Media("file2.mp3");

When I call the media2.release() method while media1 is playing, then an error 
will popup in XCode and media1 is stopping imediatelly.

The error message is:
{quote}
AVAudioSession.mm:692: -[AVAudioSession setActive:withOptions:error:]: 
Deactivating an audio session that has running I/O. All I/O should be stopped 
or paused prior to deactivating the audio session.
{quote}

When I comment the line
{quote}
[self.avSession setActive:NO error:nil];
{quote}
in the release method of the CDVSound.m file then the error disappears and 
media1 is continuing playing after I invoked media2.release().
Tested on v2.2.0 and v1.0.1 of the cordova-plugin-media plugin.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to