[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 
https://github.com/ghenry22/cordova-plugin-media.git#avplayer_streaming` and 
streaming from a remote source such as soundcloud works.


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



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, the website 
represents the biggest userbase that we should ideally ensure gets a look at 
the survey to ensure we have captured our target segment's opinions.

As for theming, I would maintain the same elegant theme as our current website 
and make it unobtrusive and dismissable.

-Nikhil

-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com] 
Sent: Saturday, October 10, 2015 1:14 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Survey Banner on Main Site

Personally, I think the site looks too good for a banner that doesn't fit with 
the theme. Why don't we just do a blog post about the survey instead and 
promote it on other channels (google groups, framework mailing lists + their 
slacks)

On Fri, Oct 9, 2015 at 6:07 PM, Dmitry Blotsky 
wrote:

> Hey folks,
>
> A suggestion came up to put a dismissible banner on the Cordova 
> website that points to the survey we’ve put up, so that it will reach 
> a broader audience than Twitter. Raghav Katyal is working on this 
> right now. However in discussing styling, we had an idea...
>
> What do you folks think of making the banner in the great nostalgic 
> style of 2000’s “you are the 1000th visitor” ads, with flashing colors 
> and Comic Sans? We think it would be hilarious. What do you all think?
>
> Kindly,
> Dmitry
> -
> 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-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-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 https://github.com/MSOpenTech/cordova-browser 
use-cordova-serve-express

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-browser/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit 1d2725bfc1aa380dcbe278fcad9e66c9469c2acc
Author: Tim Barham 
Date:   2015-10-11T23:30:32Z

Update to use new 'express' implementation of cordova-serve.




---
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-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 
use-cordova-serve-express

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/319.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #319


commit 1b19da60dc5e19757352f0251ae6190484cb1e50
Author: Tim Barham 
Date:   2015-09-28T23:34:53Z

Update 'serve' to use 'express' implementation of cordova-serve.




---
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: 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 onPlayerStatus(status) {
console.log("onPlayerStatus:" + status);
if (status == 2) {
$('#btnPlay').addClass("btn-play-active");
currentDuration = player.getDuration();
console.log("CURRENT DURATION: " + currentDuration);
updateMetas(mediaButton.data('title'),section);
} else if (status == 4) {
clearInterval(mediaTimer);
mediaTimer = null;
$('#btnPlay').removeClass("btn-play-active");
$('#circProgress').circleProgress('value', 0);
}
};
```



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



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  wrote:
> 
> Thanks, Martijn! This is a great outline. I merged most of what you mentioned 
> here: 
> https://github.com/cordova/cordova-discuss/blob/master/proposals/Face2Face-Oct15.md
>  
> 
> 
> Feel free to send a PR if I missed out anything. It will be great if others 
> can add or +1 areas of their interest for the Face2Face.
> 
> -Nikhil
> 
> -Original Message-
> From: Martijn Walraven [mailto:martijnwalra...@meteor.com 
> ] 
> Sent: Monday, October 5, 2015 6:35 AM
> To: dev@cordova.apache.org 
> Subject: Re: Cordova Face to Face Meeting
> 
> I’m new here, and I don’t know how these meetings usually work, but I thought 
> it might make sense to structure the sessions around questions instead of 
> smaller topics. This way, we can get a more open discussion going and talk 
> about these topics within a larger context.
> 
> Some of the questions I would be interested in discussing are:
> 
> - How can we improve the development experience?
>  - What can we learn from the React Native developer experience?
>- Replacing 'white screen of death' with an error reporting screen
>- Adding a development/debugger menu
>  - How can we make platform installation easier?
>- Improve requirements checking and error messages
>- Install SDKs with one command (TACO)
> 
> - How can we improve the plugin ecosystem?
>  - Plugin dependencies and version constraints
>  - Validated platforms and plugins (TACO)
>  - Improving native dependencies (CocoaPods for iOS?)
>  - What can we learn from the React Native plugin API?
> 
> - How can we better support hybrid apps?
>  - Is the distinction between the CLI vs. platform-centered workflow still 
> valid?
>  - What is needed to allow customizing native (Xcode/Gradle/...) projects 
> when using the CLI?
>  - Can we share tools or plugins with React Native?
> 
> - What do integrators need from Cordova?
>  - PlatformApi refactoring
>  - Standardized logging and error/progress reporting
> 
>> On 03 Oct 2015, at 00:11, Carlos Santana  wrote:
>> 
>> Joe updated the Agenda with topics, I added more topics.
>> 
>> I put my name on all of them, at this time is just proposals.
>> 
>> Please add more as you think is appropriate
>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu 
>> 
>> b.com 
>> %2fcordova%2fcordova-discuss%2fblob%2fmaster%2fproposals%2fFace2F
>> ace-Oct15.md&data=01%7c01%7cnikhilkh%40microsoft.com 
>> %7c5ec42e93003f4d7
>> 594c908d2cd89dd17%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=oCL1RTj
>> 5gDcnX7QgSQL4rgdmCYnCmeFfoB97R9idm8s%3d
>> 
>> 
>> 
>> On Fri, Oct 2, 2015 at 4:50 PM Parashuram N > > wrote:
>> 
>>> @Joe - I think we should do that too. I think we do need to do that 
>>> session. At the moment, there are 2 time slots when we could have 
>>> "breakout" sessions, I think this could be on the first day. Can you 
>>> update the agenda with this as a breakout session please ?
>>> 
>>> -Original Message-
>>> From: Joe Bowser [mailto:bows...@gmail.com ]
>>> Sent: Friday, October 2, 2015 1:47 PM
>>> To: dev mailto:dev@cordova.apache.org>>
>>> Subject: Re: Cordova Face to Face Meeting
>>> 
>>> Is it possible to have PMC/Committer only sessions?  There's some 
>>> stuff that I want to make sure we cover w.r.t. how to deal with 
>>> Apache Security policy, but I'm pretty sure if you're not a 
>>> PMC/Committer, it'd have almost no value to anyone else unless 
>>> they're really into the fine details of how the sausage gets made and 
>>> how we get screen out the sausage links that contain nasty bits.
>>> 
>>> Also, we should probably have a Cordova workflow discussion, since 
>>> I'm getting the impression that a lot of people don't even know how 
>>> to work on Cordova itself, or that we do it all differently.
>>> 
>>> On Fri, Oct 2, 2015 at 1:38 PM, Homer, Tony >> > wrote:
>>> 
 I think this would be a great way to spur discussion about shared
>>> concerns.
 It would be great if we could identify some opportunities to make 
 changes that would be beneficial for downstream distributors.
 
 I can certainly provide a quick survey of what we do in Intel XDK.
 
 
 Tony
 
 On 10/2/15, 4:36 PM, "Nikhil Khandelwal" >>> > wrote:
 
> +1 to Martijn/Carlos mentioned. Please send PRs to the agenda 
> +docum

[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 
sometimes it's a full duration, seems to vary depending on what information is 
available in the file or stream.



---
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: 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 6 - iOS9


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