简体   繁体   English

Android中的音频/视频会议应用程序

[英]Audio/Video Conferencing Application in Android

I have to develop an application in android for audio/video conferencing. 我必须在android中开发一个用于音频/视频会议的应用程序。 Which is the most efficient way of implementing this? 哪种方法最有效? While my research, I came across Android's SIP API. 在研究期间,我遇到了Android的SIP API。 Can it be used for implementing the audio as well as video conferencing ? 它可以用于实现音频和视频会议吗? And If yes, what shall I use to stream the videos in real time? 如果可以,我该如何使用实时流式传输视频? Shall I use any RTSP library for this? 我应该为此使用任何RTSP库吗?

Please Guide me. 请指导我。

Thanks, Rupesh 谢谢,Rupesh

Okz for my practical project i used Spydroid which use rtsp protocol sdp less. 好吧,对于我的实际项目,我使用的Spydroid较少使用rtsp协议sdp。 you can customize it for audio use only. 您可以自定义它仅用于音频。 i will prefer spydroid because it uses pure java in which it reads camera packets and right them to linux socket and read them from there by rtsp server. 我会更喜欢spydroid,因为它使用的是纯Java,它在其中读取camera packets并将其右移到linux套接字,然后由rtsp服务器从那里读取它们。

on other hand if i am not wrong sip uses c/c++ codes too 另一方面,如果我没记错的话,sip也使用c/c++代码

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

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