How to send RTPPackets after SIP call Invite reque

2019-05-24 13:43发布

I am developing an application based on VOIP(SIP). I am able to send Invite and Invite-Ack between two emulators but now i would like to send RTPpacket after Invite-ack message in SIP call flow.

Is it possible to send like that. If yes, please can anyone help me regarding this.

After that i m going to integrate this for both send and receive part of SIP video call.

Any help would be appreciated lot!!! Thanks in Advance!!!!!

2条回答
唯我独甜
2楼-- · 2019-05-24 14:12

Generally, yes, the protocol supports this. How exactly to do it depends on the particular SIP stack you are using. The default Android one is fairly high level and does not have this option.

查看更多
神经病院院长
3楼-- · 2019-05-24 14:32

i think i will have to look at the RTP implementation of sipdroid or csipsimple, that might help me..

查看更多
登录 后发表回答