Hi,
I have followed this unit test to inject fake_audio_capture_module
into audio track, and register a webrtc::AudioTransport callback to
write audio data into local file but it doesn't work.
http://libjingle.googlecode.com/svn/trunk/talk/app/webrtc/peerconnection_unittest.cc
Any help ?
Bac
On 1 Tháng Sáu, 16:29, pablo platt <
pablo.pl...@gmail.com> wrote:
> I also tried using webcamstudio but couldn't make it work:
http://code.google.com/p/webrtc/issues/detail?id=250&colspec=ID%20Pri...
>
> On Fri, Jun 1, 2012 at 9:49 AM, Bac Vo Sy <
vosy...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Thanks,
>
> > Currently I used a VoiceEngine and VoEFile to play file as microphone,
> > however it doesn't work.
>
> > On Fri, Jun 1, 2012 at 4:56 AM, Randell Jesup <
rande...@jesup.org> wrote:
>
> >> On 5/31/2012 12:29 PM, Punyabrata Ray wrote:
>
> >> Hi Bac,
> >> This is currently not supported today.
> >> -pr
>
> >> You could leverage the 'fake_video' input code for testing video to
> >> inject audio.
>
> > Could you please tell me where is the code ?
>
> >> If you can build a MediaStream with input from a file, then you could
> >> supply it instead of a getUserMedia() stream.
>
> >> --
> >> Randell
Jesuprandell-i...@jesup.org
>
> > Bac