Now is when hacking begins and this is the beauty of software. Will try to put the canvas where video is rendered at -320 x -480 and/or with width:1 height:1 to check what happens and if record...
On Thu, Feb 7, 2013 at 4:46 PM, Mike Habicher <[email protected]> wrote: > On 13-02-07 01:43 PM, Andre Natal wrote: > > So, seems this fits to me because i only need write to file to then post > to my server through http. > > There is some flag on CameraControl to record only audio and discard > video? > > Unfortunately no. Right now video recording is all-or-nothing. Recording > audio alone was out of scope for v1 of b2g. > > --m. > > > > > On Thu, Feb 7, 2013 at 4:31 PM, Mike Habicher <[email protected]> wrote: > >> On 13-02-07 08:58 AM, Andre Natal wrote: >> >> And about CameraControl? Heard that can record video plus audio. And if I >> disable the canvas render (hide it with css) and split audio and video on >> my server using ffmpeg? >> >> CameraControl's recording API only supports writing compressed >> video/audio to a (specified) file. There isn't enough bandwidth on B2G to >> support routing the raw data up through JS, then back down to the codecs >> again. >> >> --m. >> >> On Wed, Feb 6, 2013 at 10:04 PM, Chiajung Hung <[email protected]> >> <[email protected]> wrote: >> >> >> Hi Andre, >> >> To record audio to file, you will need MediaRecord API which is under >> construction now. >> We are planing to implement encoder with MediaRecord API but it is a huge >> staff and I am afraid that it can not be available very soon. >> >> Best Regards, >> Chiajung >> >> ----- Original Message ----- >> From: "Andre Natal" <[email protected]> <[email protected]> >> To: "Steven" <[email protected]> <[email protected]> >> Cc: [email protected], "Chiajung Hung" <[email protected]> >> <[email protected]>, >> "Maire Reavy" <[email protected]> <[email protected]>, "Fabrice Desre" >> <[email protected]> <[email protected]> >> Sent: Thursday, February 7, 2013 5:40:23 AM >> Subject: Re: Webrtc >> >> >> >> I only need to record audio to filesystem to then upload to my server. >> 16khz would be fine, compressed audio would be awesome... >> Em 06/02/2013 02:23, "Steven" < [email protected] > escreveu: >> >> >> Hi all, >> >> Chiajung and I are working on porting WebRTC to B2G. >> Chiajung's patch can capture camera and microphone from unagi. You can >> check bug 825110 and bug 825112. >> >> On my local build, I can use my unagi to receive A/V from my laptop >> smoothly. >> Under such scenario, b2g and browser use about 80% of CPU. I think it's >> resulted from that we have only software VP8 decoder. >> So that I cannot send streaming to other device at the same time. >> And there is one more problem that I cannot add unagi's audio stream to a >> peerconnection object. >> I will try to figure out where the problem is. >> >> Steven >> >> On 02/06/2013 08:05 AM, Andre Natal wrote: >> >> >> I can record audio with CameraControl and disable the video render on >> canvas? >> >> >> On Mon, Feb 4, 2013 at 6:39 AM, Maire Reavy < [email protected] > wrote: >> >> >> >> On 2/1/2013 1:05 PM, Fabrice Desre wrote: >> >> >> >> On 02/01/2013 07:18 AM, Andre Natal wrote: >> >> >> >> Anyone have news regards webrtc? Any expectation to have it until end of >> this month? >> >> You can follow https://bugzilla.mozilla.org/* *show_bug.cgi?id=750011 < >> https: //bugzilla.mozilla.org/show_ bug.cgi?id=750011 >and >> the dependent bugs. There's almost no chance this will be done for the >> end of the month. >> >> Fabrice >> >> We hope to have WebRTC on B2G available by the end of this year. gUM >> support should be available before full WebRTC support. We'll be able to >> accelerate this if we can get more developers contributing to the WebRTC >> project. >> >> -Maire >> >> -- >> Maire Reavy < [email protected] > >> Mozilla >> >> >> ______________________________ **_________________ >> dev-b2g mailing [email protected]https://lists.mozilla.org/** >> listinfo/dev-b2g < https:// >> lists.mozilla.org/listinfo/ dev-b2g > >> <https://lists.mozilla.org/listinfo/dev-b2g> >> >> >> >> -- >> Steven >> Mozilla Taiwan >> >> >> >> _______________________________________________ >> dev-b2g mailing >> [email protected]https://lists.mozilla.org/listinfo/dev-b2g >> >> >> > > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
