android RtpSocket 流
我正在尝试像 sipdroid 中那样实现 Rtpsockets。
http://code .google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java
sipdroid 是一个巨大的项目,我实在找不到一个好的起点。
谁能帮我找到一个更简单的项目或给我一些源代码来开始?
谢谢你,
阿米塔·莫尔科
I am trying to implement Rtpsockets like in sipdroid.
http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java
sipdroid is a huge project and I can't really find a good place to start.
Can anyone help me find a simpler project or give me some source code to start with?
Thank You,
Amitay Molko
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终编辑了这个项目 https://github.com/spex66/RTSP-Camera- for-Android/
完全实现 rtsp 客户端以与远程服务器配合使用。
您可以在这里找到我的代码 http://www.4shared.com/rar/cm2e1ZML/RtspCamera .html
I ended up editing this project https://github.com/spex66/RTSP-Camera-for-Android/
Fully implementing the rtsp client to work with remote servers.
You can find my code here http://www.4shared.com/rar/cm2e1ZML/RtspCamera.html