[GitHub] cordova-plugin-media issue #100: CB-7684: (iOS) Fix CDVSound killing all aud...

2017-04-13 Thread katzlbt
Github user katzlbt commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/100
  
Sending setActiveNo: to an audio session will always stop recording and 
playback. This is how the system handles incoming phonecalls etc.

> Most apps never need to deactivate their audio session explicitly. 
Important exceptions include VoIP (Voice over Internet Protocol) apps, 
turn-by-turn navigation apps, and, in some cases, recording apps. 
(https://developer.apple.com/library/content/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/ConfiguringanAudioSession/ConfiguringanAudioSession.html)

Probably you are out of luck for waiting it out, unless you have a year or 
so. This PR and another that fixes that Audio is disabled after every memory 
warning are open for ages 
(https://github.com/apache/cordova-plugin-media/pull/120). I apply the patches 
manually like this:

`
wget 
https://github.com/apache/cordova-plugin-media/pull/120.patch
patch -p1 <120.patch

wget 
https://github.com/apache/cordova-plugin-media/pull/116.patch
patch -p1 <116.patch

wget 
https://github.com/apache/cordova-plugin-media/pull/100.patch
patch -p1 <100.patch
`



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-media issue #100: CB-7684: (iOS) Fix CDVSound killing all aud...

2016-11-17 Thread katzlbt
Github user katzlbt commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/100
  
It looks like this fix includes the pull request:
"Fix app halt when an audio ends w/ another playing" #105


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-11 Thread katzlbt
Github user katzlbt commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/54
  
@ghenry22 Current sources and README do not indicate any deprecation of 
**_playAudioWhenScreenIsLocked_** in iOS. Which tickets did you read?

https://github.com/apache/cordova-plugin-media/blob/master/README.md

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-media/index.html
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-media issue #101: CB-11409: (iOS) New method allowing to disa...

2016-11-05 Thread katzlbt
Github user katzlbt commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/101
  
Please check if PullRequest #120 will resolve your issue. I think, the user 
should not be involved in this issue, especially as it only affects iOS.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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