API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

@yoreland I have use agora sdk with uvc camer library in android studio and successfully rendering the video . But there is a problem that while streaming video from uvc camera audio get from mobile microphone. so i read the agora documentation and i applied the agora external audio source. mRtcEngine.setExternalAudioSource(true, 44100, 1); mRtcEngine.pushExternalAudioFrame(data, length); But it didn't streaming audio . i can only hear a noice like tiktik tik tik . so do you have any idea about this ?

Open bandrarom opened this issue 3 years ago • 2 comments

bandrarom avatar Dec 22 '21 08:12 bandrarom

Is there any reason you can't use sdk to record microphone and publish audio?

yoreland avatar Dec 23 '21 06:12 yoreland

no sdk work proferly . because mobile's microphone audio is streamed . but when i drive to stream uvc camera's microphone it doesn't work

bandrarom avatar Dec 23 '21 07:12 bandrarom