Re: WebRTC Audio device (microphone) selector

2014-11-04 Thread Sándor Balázs
You are right. I call getUserMedia from chrome:// code. I will try from https. Thanks Üdvözlettel: Sándor Balázs Szoftver fejlesztő Virtual Call Center MUNICH | BUDAPEST | WARSAW

socket.io with Firefox OS

2014-11-04 Thread Rahul Desai
Hi, I have implemented a basic chat application using socket.io and node.js. It works very well on my Windows 7 machine and even in the FFOS simulator v2.0. I could send messages from desktop browser to the simulator and vice versa. But, when I install this app in Flame running FFOS 2.0, the app

Re: Git -> Hg workflows?

2014-11-04 Thread Nicolas B. Pierron
On 11/03/2014 07:43 PM, Gregory Szorc wrote: On 10/31/14 11:03 AM, Ehsan Akhgari wrote: Not sure if I follow. Are you suggesting that git users push to their own vanilla git server, and then autoland comes around some time later, converts that into hg, and tries to transplant the result? Why i

Re: Git -> Hg workflows?

2014-11-04 Thread Nicolas B. Pierron
On 11/03/2014 06:37 PM, Gregory Szorc wrote: On 10/31/14 7:21 AM, Ehsan Akhgari wrote: On 2014-10-31 1:48 AM, Gregory Szorc wrote: a) Landing code to inbound, fx-team, aurora, etc I have the following git alias: hgp = show -M -C --binary --full-index --format=\"From: %an <%ae>%nSubject: %s%n

Re: WebRTC Audio device (microphone) selector

2014-11-04 Thread Florian Quèze
On Tue, Nov 4, 2014 at 10:47 AM, Balázs Sándor wrote: > Hi all! Hi, > I added an observer for "getUserMedia:request" but it never called. I'm guessing your xulrunner application calls getUserMedia from chrome:// code. If so, your observer is never called because the code at http://mxr.mozilla.

WebRTC Audio device (microphone) selector

2014-11-04 Thread Balázs Sándor
Hi all! I would like to create a microphone selector in my XulRunner based Application (XR30) I tried almost everything, search across dxr.mozilla.org and google... Nothing works... Last thing i tried to clone this http://dxr.mozilla.org/mozilla-central/source/webapprt/WebRTCHandler.jsm#21 I ad