Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究入门电话。入门电话通过 rtsp 协议向我发送语音和视频,因此我可以简单地从设备上的摄像头获取语音和视频。但我不知道如何向该设备发送语音。有什么可以帮助我同时发送和接收音频(比如电话)吗?
如果我理解正确,您需要视频通话。就像 sipdroid 应用程序一样。这是一个开源项目,看这个项目中的 VideoCamera.java 类。
http://code.google.com/p/sipdroid/