Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE1B317A7B for ; Wed, 1 Oct 2014 18:43:34 +0000 (UTC) Received: (qmail 29479 invoked by uid 500); 1 Oct 2014 18:43:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 29460 invoked by uid 500); 1 Oct 2014 18:43:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 29128 invoked by uid 99); 1 Oct 2014 18:43:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 18:43:34 +0000 Date: Wed, 1 Oct 2014 18:43:34 +0000 (UTC) From: "Nathan Stryker (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-7684) CDVSound Kills any and all playing sound files when a single file finishes (iOS 8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nathan Stryker created CB-7684: ---------------------------------- Summary: CDVSound Kills any and all playing sound files when a single file finishes (iOS 8) Key: CB-7684 URL: https://issues.apache.org/jira/browse/CB-7684 Project: Apache Cordova Issue Type: Bug Components: iOS, Plugin Media Affects Versions: 3.5.0 Reporter: Nathan Stryker The CDVSound file will kill all playing media files when ever a single file completes playing. The issue is around like 691 in the method "AudioDidFinishPlaying", with the code: if (self.avSession) { [self.avSession setActive:NO error:nil]; } The reason I think this is a bug is that if a user as Music file A playing in a loop and Music file B plays, when B completes the "setActive:NO" will kill the avSession of both A and B. -- This message was sent by Atlassian JIRA (v6.3.4#6332)