Any idea how to do or where to getmethod? for RTP, following method sending / recv packets Alredy worked out GSM codec.Code:G723 or G729 decode / encode
Code:form.append("Connected: " + MediaIP + ":" + MediaPort); udpReceive = new UDPReceive(form); udpReceive.setDatagramConn(rtpCon); udpReceive.start(); audioCapture = new AudioCapture(form); audioCapture.start(); udpSend = new UDPSend(form); udpSend.setDatagramConn(rtpCon); udpSend.setServerIP(MediaIP); udpSend.setServerPort(MediaPort); udpSend.start(); Thread.currentThread().sleep(1000); audioPlayer = new AudioPlayer(form); audioPlayer.start(); incall = true;

Reply With Quote

