How to send RTPPackets after SIP call Invite request method?

不想你离开。 提交于 2019-12-08 01:59:38

问题


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!!!!!


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/12577171/how-to-send-rtppackets-after-sip-call-invite-request-method

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!