iPhone - iPhone 支持 RTSP 吗?
我正在尝试使用 RTSP 协议在 iPhone 上实现流媒体视频。
在 Mac 上,QuickTime 支持 RTSP,我用它测试了流媒体视频。
我认为这意味着 iPhone 可以支持 RTSP。
但我无法在 iPhone 上使用 MPMoviePlayerController 实现。
谁知道这件事。看待!
I am trying to implement streaming video on iPhone with RTSP protocol.
On Mac, the QuickTime support RTSP and I tested streaming video with this.
This means iPhone can support RTSP, I think.
But I could not implement on iPhone with MPMoviePlayerController.
Who knows about this. Regard!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 google 上快速搜索发现 dropcam https://github.com/dropcam/dropcam_for_iphone for iphone,其中 RTSP客户端已实施。我建议仔细看看该项目。
A quick search on google revealed dropcam https://github.com/dropcam/dropcam_for_iphone for iphone where an RTSP client was implemented. I would advise taking a closer look at that project.