B4A Send audio and video stream = Whatsapp

Biswajit

Active Member
Licensed User
Longtime User
You can use socket.io. You can send any object.

Send the microphone audio data from Recorder object (array of bytes) or image data from camra object (array of bytes). on reciving from the other end write the audio bytes to the AudioPlayer object for playing (set the audio channel as required) or show the image data in an ImageView. You can also send other data like userid or any other object along with the audio or video data.

I will post a fully working And2And or And2iOS audio and video calling tutorial soon. I'm stuck due to some ios limitations.
 
Last edited:
Top