[GitHub] cordova-plugin-media pull request: iOS play audio in background

2015-12-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media/pull/12


---
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 pull request: iOS play audio in background

2015-12-01 Thread FherPie
Github user FherPie commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-161029700
  
Sorry but I dont understand. I dont know what is PR? Sorry Also, I when I 
tried to install the plugin from your branch Cordova  said:  required platform 
android =>5.0.0 So I download that API for Android. Because  after  the plugin 
installation didn't work in Android but in IOS  it did it.  Conclusion: I 
updated cordova-android to 5.0.0 and I reinstalled your plugin and now  works 
fine. Thanks. =)


---
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 pull request: iOS play audio in background

2015-11-30 Thread FherPie
Github user FherPie commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-160730940
  
hi @ghenry22  in Android not work Chrome inspector say this:
ReferenceError: Media is not defined.
But in IOS work.
Before It was worked with apache.cordova.plugin.media  2.0.16 "Media" o 
somethig like that.
and now is:
cordova-plugin-media 2.0.0 "Media"
.Android worked but IOS no, now IOS works and Android no. Why?
 I have updated android to 5.0.0 to use the plugin. 



---
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 pull request: iOS play audio in background

2015-11-30 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-160829534
  
@FherPie this PR has nothing to do with the Android platform.  This PR is 
also 2 years old now.  If you require background threading and streaming for 
iOS you can run my branch from the link above otherwise you would probably be 
better off asking elsewhere about the base media plugin and it's behaviour in 
different versions where you have a wider audience.


---
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 pull request: iOS play audio in background

2015-11-21 Thread arubinofaux
Github user arubinofaux commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-158697557
  
@ghenry22
installed the plugin with your work, its able to place an icecast stream 
but it stops the stream when the device is locked.


---
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 pull request: iOS play audio in background

2015-11-21 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-158699476
  
That actually isn't something that this code changes, that's the default 
behaviour of the media plugin.  Search for playing audio when locked or in 
background, there is a simple
Little mod to some Cordova files and you need to add the background audio 
entitlement through Xcode and you're good to go.

If you can't find it let me know and I'll dig up the details for you.

Cheers
Gaven

> On 22 Nov 2015, at 9:16 AM, Dan Vera  wrote:
> 
> @ghenry22
> installed the plugin with your work, its able to place an icecast stream 
but it stops the stream when the device is locked.
> 
> —
> Reply to this email directly or view it on GitHub.
> 



---
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 pull request: iOS play audio in background

2015-10-11 Thread blakedietz
Github user blakedietz commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-147294291
  
@ghenry22 I followed your instructions to `cordova plugin add 
https://github.com/ghenry22/cordova-plugin-media.git` but like @mspriggs I too 
didn't find that this fixed the issue on the device. What do you mean by 
installing the #avplayer_streaming branch?


---
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 pull request: iOS play audio in background

2015-10-11 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-147294883
  
master branch of the repo has no changes, changes for enabling streaming 
and backgrounding of play / stop commands is implemented in a specific branch 
on my repo (so that it can be easily merged as a PR).

Just use this command to add the updated version from the right branch:

cordova plugin add 
https://github.com/ghenry22/cordova-plugin-media.git#avplayer_streaming



---
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 pull request: iOS play audio in background

2015-08-13 Thread CaseyDStein
Github user CaseyDStein commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-130752562
  
Any update on this?  Looking forward to this change!


---
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 pull request: iOS play audio in background

2015-08-08 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-128978709
  
You need to install from the #avplayer_streaming branch, just google how to 
install Cordova plugins from a branch.  The base plugin is just the same, the 
branch has the updates in it.

Cheers
Gaven

 On 8 Aug 2015, at 1:02 am, Martin Spriggs notificati...@github.com 
wrote:
 
 ghenry22 I installed your version 
(https://github.com/ghenry22/cordova-plugin-media.git), but it doesn't seem to 
make a difference on the actual device. Do I need to do something more than rm 
the current plugin and add yours?
 
 —
 Reply to this email directly or view it on GitHub.
 



---
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 pull request: iOS play audio in background

2015-08-07 Thread mspriggs
Github user mspriggs commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-128724638
  
ghenry22 I installed your version 
(https://github.com/ghenry22/cordova-plugin-media.git), but it doesn't seem to 
make a difference on the actual device. Do I need to do something more than rm 
the current plugin and add yours?


---
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 pull request: iOS play audio in background

2015-07-09 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-120227841
  
I've added a new pull request that backgrounds all media functions, this 
resolves all the should use a background thread warnings xcode that were 
occurring on play, pause, stop, create, seekTo, release, pretty much everything 
the user did with the plugin.

It also resolves the UI being blocked while a file is loaded on play() 
(could be significant 10+ seconds when loading from a URL), resolves the same 
for all other actions which had much shorter delays usually less than 150ms but 
still worth cleaning up.

I have also submitted and had my CLA approved so that this could finally be 
merged in.

In the mean time anyone who needs this before it is merged you can just 
install the updated plugin from my fork:

cordova plugin add https://github.com/ghenry22/cordova-plugin-media.git


---
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 pull request: iOS play audio in background

2015-06-14 Thread hems
Github user hems commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-111892574
  
@Montoya argh. my bad


---
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 pull request: iOS play audio in background

2015-05-31 Thread hems
Github user hems commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-107225275
  
would the audio keep playing even when the app goes to background as well?

or did i understand something wrong? :p


---
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 pull request: iOS play audio in background

2015-05-28 Thread gerwinbrunner
Github user gerwinbrunner commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-106503066
  
Or can someone point me toward what needs to be done exactly?
@shazron @Rickgbw


---
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 pull request: iOS play audio in background

2015-05-26 Thread gerwinbrunner
Github user gerwinbrunner commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-105590570
  
Or can someone point me toward what needs to be done exactly?


---
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 pull request: iOS play audio in background

2015-05-26 Thread gerwinbrunner
Github user gerwinbrunner commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-105589445
  
Anyone working on this?


---
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 pull request: iOS play audio in background

2015-05-14 Thread hems
Github user hems commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-101938699
  
would be ace


---
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 pull request: iOS play audio in background

2015-05-12 Thread gerwinbrunner
Github user gerwinbrunner commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-101324760
  
Hi, is anybody able to pick this up and create a fix for this?
It seems to be quite an issue and a lot of people are experiencing this 
problem.


---
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 pull request: iOS play audio in background

2015-04-20 Thread kaushikmukunda
Github user kaushikmukunda commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-94505186
  
+1



---
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 pull request: iOS play audio in background

2015-04-20 Thread shazron
Github user shazron commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-94539632
  
Thanks for the recent interest in this. Like @Rickgbw  mentioned, it's an 
old issue and he may not be interested any more to proceed. There are still a 
couple of issues that need to be sorted out before this can be pulled in:
1. File an Apache iCLA: https://www.apache.org/licenses/icla.txt (you can 
electronically file)
2. Sort out the merge conflicts (as reported by github)


---
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 pull request: iOS play audio in background

2015-04-20 Thread purplecabbage
Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-94539960
  
+1


---
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 pull request: iOS play audio in background

2015-04-18 Thread Wenape
Github user Wenape commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-94167561
  
+1


---
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 pull request: iOS play audio in background

2015-03-15 Thread alexggordon
Github user alexggordon commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-81302523
  
+1


---
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 pull request: iOS play audio in background

2015-02-22 Thread veloce
Github user veloce commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-75431068
  
+1


---
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 pull request: iOS play audio in background

2015-02-18 Thread joshbuchea
Github user joshbuchea commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74946526
  
+1


---
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 pull request: iOS play audio in background

2015-02-18 Thread milica
Github user milica commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74949609
  
+1


---
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 pull request: iOS play audio in background

2015-02-13 Thread flinn
Github user flinn commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74269271
  
Any updates on this being merged? Would love to use the latest version with 
the background thread correction in a release I'm about to make to the app 
stores :) +1 !


---
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 pull request: iOS play audio in background

2015-02-12 Thread Shilo
Github user Shilo commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74094377
  
+1


---
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 pull request: iOS play audio in background

2015-02-12 Thread grantkemp
Github user grantkemp commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74113244
  
+2


---
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 pull request: iOS play audio in background

2015-02-11 Thread Rickgbw
Github user Rickgbw commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-73974616
  
It's a very old issue. But, if is needed, I can sign...
Any thoughts on this, @shazron ?


---
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 pull request: iOS play audio in background

2015-02-11 Thread stefanoortisi
Github user stefanoortisi commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-73879343
  
+1


---
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 pull request: iOS play audio in background

2015-01-22 Thread EricWVGG
Github user EricWVGG commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-71073898
  
+1


---
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 pull request: iOS play audio in background

2015-01-15 Thread rebellium
Github user rebellium commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-70118944
  
+1


---
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 pull request: iOS play audio in background

2015-01-12 Thread tomferreira
Github user tomferreira commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-69575641
  
+1


---
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 pull request: iOS play audio in background

2015-01-09 Thread ershov-konst
Github user ershov-konst commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-69408886
  
+1


---
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 pull request: iOS play audio in background

2015-01-08 Thread doender
Github user doender commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-69167497
  
bump


---
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 pull request: iOS play audio in background

2014-12-26 Thread smkhalsa
Github user smkhalsa commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-68171842
  
Bump


---
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 pull request: iOS play audio in background

2014-12-01 Thread Montoya
Github user Montoya commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-65185453
  
bump for getting this merged!


---
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 pull request: iOS play audio in background

2014-11-25 Thread fidoboy
Github user fidoboy commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-64478390
  
Any updates on this issue?


---
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 pull request: iOS play audio in background

2014-07-03 Thread limitingfactor
Github user limitingfactor commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-4861
  
I've run into this exact issue as well. My canvas game will sometimes lag 
when sound is played and I get the warning to use a background thread


---
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.
---


[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-47385999
  
bump


---
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.
---


[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-04-18 Thread shazron
Github user shazron commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-40854407
  
Thanks for this @Rickgbw ...

I'll take a look at it first thing next week. In the meantime:
1. Create an issue for this: https://issues.apache.org/jira/browse/CB
2. @Rickgbw have you signed and filed your iCLA? 
https://www.apache.org/licenses/icla.txt - apologies if you have already, I 
can't tell by your Github profile name



---
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.
---


[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-04-15 Thread stinoga
Github user stinoga commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-40482040
  
I've had the same problem in my Phonegap app 
(https://github.com/stinoga/phrase), and this code fixed my issue.

Merge +1


---
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.
---


[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-03-10 Thread jpdesigndev
Github user jpdesigndev commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-37233189
  
@apache Any thoughts on this?


---
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.
---


[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-03-10 Thread aogilvie
Github user aogilvie commented on the pull request:

https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-37258998
  
Awesome timing! I was looking at this last Friday!

Looked at your PR, it's technically sound. 
Any reason not to background thread some of the other APIs 
(stopPlayingAudio for example - I know I and possibly others would find it 
useful for stopping bgm tracks)?

This is a great start though. :star: 

Merge +1


---
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.
---