Insertion of Custom Codecs into Firefox WebRTC Implementation

2014-07-21 Thread aamoyg
Hi everyone, I was interested in modifying the Firefox implementation of WebRTC (for my own purposes), specifically, adding the MPEG-4 FBA codec to the implementation. I noticed that in the /media directory or Firefox source, there is the WebRTC installation as well as several codec libraries.

Re: Insertion of Custom Codecs into Firefox WebRTC Implementation

2014-07-21 Thread Eric Rescorla
On Sun, Jul 20, 2014 at 5:06 PM, aam...@gmail.com wrote: Hi everyone, I was interested in modifying the Firefox implementation of WebRTC (for my own purposes), specifically, adding the MPEG-4 FBA codec to the implementation. I noticed that in the /media directory or Firefox source, there is

getUserMedia constraints

2014-07-21 Thread matteo . bruni86
Hi, i've already realized a simple demo for the web rtc features available in firefox but i've one question about the getUserMedia constraints that seems to be ignored by firefox. If i ask the camera availability to the user with: getUserMedia({ audio: false, video: true },

Re: getUserMedia constraints

2014-07-21 Thread Martin Thomson
Firefox nightly has patches for these constraints in the form described by the editor’s draft. Though this is an area of the specification that is still in flux. http://dev.w3.org/2011/webrtc/editor/getusermedia.html On 2014-07-21, at 08:54, matteo.brun...@gmail.com wrote: Hi, i've