[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-10-11 Thread Alkashi
Github user Alkashi commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-147179203 @ghenry22 I just tested and the getDuration() method which is supposed to return the total length of the mp3 file return me always 0. Tested on iPhone

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-10-11 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-147205639 This pull request doesn't make any changes to the behavior of get duration calls though, I see with my media some times 0 is returned for some files

Re: Cordova Face to Face Meeting

2015-10-11 Thread Martijn Walraven
I created a PR with some additions (https://github.com/cordova/cordova-discuss/pull/18). Hope this makes sense. Really looking forward to meeting everyone and discussing some of these topics. I’ll also try to make it to the breakfast on Wednesday. > On 08 Oct 2015, at 19:39, Nikhil Khandelwal

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-10-11 Thread nbazzeghin
Github user nbazzeghin commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-147221071 @Alkashi Im using this same code on iOS 9 and its working properly. Here is a code snippet on what I am doing. ```javascript function

[GitHub] cordova-lib pull request: Update 'serve' to use 'express' implemen...

2015-10-11 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/319 Update 'serve' to use 'express' implementation of cordova-serve. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-lib

[GitHub] cordova-browser pull request: Update to use new 'express' implemen...

2015-10-11 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-browser/pull/21 Update to use new 'express' implementation of cordova-serve. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-10-11 Thread blakedietz
Github user blakedietz commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-147295918 +1 for @ghenry22 's fix all you have to do is run a `cordova plugin rm cordova-plugin-media` and then `cordova plugin add

RE: [DISCUSS] Survey Banner on Main Site

2015-10-11 Thread Nikhil Khandelwal
If we look at GA for survey vs GA for website, there is a huge difference in the demographics. For example, there are almost no survey impressions from India, while India contributes the largest % of website users of any country. I'm all for using other channels to promote the survey, however,

[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

[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