简体   繁体   English

Android 原生 sip 堆栈是否支持视频 over sip?

[英]Does Android native sip stack support video over sip?

I have implemented successfully sip audio call using android native sip stack.我已经使用 android 本机 sip 堆栈成功实现了 sip 音频呼叫。 But some how i dont see any information regardind video call over sip using android native sip stack.但是有些我看不到任何关于使用 android 本机 sip 堆栈通过 sip 进行视频通话的信息。 May be they do not support sip over rtp?可能他们不支持 sip over rtp? . . Any information would be highly appreciated.任何信息将不胜感激。 i coudlnt find any clear information on stackoverflow regarding this issue.我找不到有关此问题的有关 stackoverflow 的任何明确信息。

Android native sip stack has a very limited feature and i wont recommend to any one. Android 原生 sip 堆栈的功能非常有限,我不会向任何人推荐。 It does not support video feature by default.默认不支持视频功能。 For video feature it will require bidirectional information flow,which require RTP.对于视频功能,它需要双向信息流,这需要 RTP。 So in short answer no.所以简而言之,没有。 Better try other opensource sip like pjsip.最好尝试其他开源 sip,例如 pjsip。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM