Screensharing allowed_domains

2016-11-08 Thread Balwant Bisht
We have an extension which user can install to add our domains in whitelist. But looks like now our extension is not able to update the following config media.getusermedia.screensharing.allowed_domains Is there any change in Firefox recently regarding this?

How to remove dangling MediaStreamAudioSource nodea

2016-10-06 Thread Balwant Bisht
I am seeing lots of MediaStreamAudioSource nodes in "WebAudio" tab, but not able to find any api or example to remove these nodea. ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media

Re: TCP Turn Relay

2016-02-29 Thread Balwant Bisht
On Tuesday, 25 August 2015 22:15:11 UTC+5:30, Randell Jesup wrote: > On 8/25/2015 12:40 PM, Balwant Bisht wrote: > > I am trying to send media via TCP turn, but looks like Firefox never trying > > to connect using TCP to turn server. > > > > Is Firefox Nightly suppo

Re: Screen share stops working in Firefox Nightly

2016-02-23 Thread Balwant Bisht
to the spec, and we're discussing filing a bug against the spec > to return a more useful error message. > > Please let me know if this solves your issue or if you think something else > is going on. > > Thanks! > -Maire > > > On Tue, Feb 23, 2016 at 9:12 AM, Balwant B

Screen share stops working in Firefox Nightly

2016-02-23 Thread Balwant Bisht
I am trying to share screen in firefox nightly and getting the following error "The operation is insecure." Is there any API change in Firefox Nightly? ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media

media.getusermedia.screensharing.allowed_domains

2016-02-01 Thread Balwant Bisht
How can we get our domain added by default in media.getusermedia.screensharing.allowed_domains, so we don't have to create add-on just for that? ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media

Re: removeTrack throwing error

2015-12-15 Thread Balwant Bisht
Firefox is throwing the following error Exception... "Unexpected error" nsresult: "0x8000 (NS_ERROR_UNEXPECTED)" On Tuesday, 15 December 2015 15:44:06 UTC+5:30, Balwant Bisht wrote: > I am trying to replace audio stream using removeTrack & addTrack of >

Re: Firefox 42 : onaddstream() with not tracks

2015-12-15 Thread Balwant Bisht
You sure you not overriding these functions using adapter.js? On Monday, 30 November 2015 21:03:21 UTC+5:30, Byron Campen wrote: > This is very strange. getAudioTracks() and getVideoTracks() do not > seem to be working for you. Please open a bug in WebRTC : Audio/Video > and we'll continue

removeTrack throwing error

2015-12-15 Thread Balwant Bisht
I am trying to replace audio stream using removeTrack & addTrack of RTCRtpSender. But removeTrack throwing error (not sure about the exact error as its not happening on my system), which causes multiple audio tracks to our MCU server and server getting audio packets from both audio ssrc. I

Screen share permission icon not hiding

2015-09-30 Thread Balwant Bisht
* When a screen share stream is stopped, the screen share permission icon stays in address bar. How to hide that icon when screen share is stopped using videoTrack stop function * When a screen share stream is stopped from permission icon. No onended event get called on stream or video

Re: Screen share permission icon not hiding

2015-09-30 Thread Balwant Bisht
On Wednesday, 30 September 2015 13:40:52 UTC+5:30, Balwant Bisht wrote: > * When a screen share stream is stopped, the screen share permission icon > stays in address bar. How to hide that icon when screen share is stopped > using videoTrack stop function > > * When a scre

Unable to access Camera with 640x360 resolution

2015-08-11 Thread Balwant Bisht
Is there any know issue in Firefox Nightly related to 16:9 aspect ratio of camera? Firefox unable to give camera access if the following constraint is used

Microphone Selection failing

2015-08-11 Thread balwant . bisht
Is microphone selection works in Firefox NIghtly? If I am trying to switch between different microphones using Mic constraints are {audio:{deviceId:{exact:nGzn5WJVA9UAn2p4LUJPQbQxSVcs3TOJ9AfGMMfOpW0=}}} I got the following error NotFoundError: The object can not be found here.

WebRTC Stats in Firefox

2015-08-11 Thread Balwant Bisht
Is it possible to access WebRTC stats using javascript, as we can do in Chrome using getStats? ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media