Android RDP send and receive program

I'm new to Android programming, and I need an idea for Android RTP software. Questions

  • How to capture microphone audio files on an Android device?
  • How to create an RTP packet using captured microphone audio files without using an API ?
  • How to transfer an RTP packet to another Android device?
  • How to play the received RTP packet in android?
+5
source share
2 answers

Answers to your questions ..

1. Use Android Media Api both AudioRecordfor recordingvoice data and AudioTrackfor playingvoice data in .pcm format.

2. By reference

3. You need to use sipto transfer packets.

4.go

+1

RTP , RTP

0

All Articles