How to get the remote audio data?
Hello.I download the WebRTC source code and compiled it for Android. The client is working fine. I want to get hold of the raw audio data that is received from the remote end. I see the MediaStream class in the Java level and found that it does have various Audio track parameters but couldn't find a way to get hold of the buffer itself. Appreciate if any body has a clue as to how to access the audio buffer received from the remote end.
Thanks
Did you find answer to this. I need to access audio & video data both. Thanks!
i have done this. need to change some webrtc's source code.
can you please guide me or share the changes required to be done? I need to stream the surface but I am not able to do that as well. Thanks!