xcode iPhone - iPhone 是否支持 RTSP?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5947243/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iPhone - Does iPhone support RTSP?
提问by HAPPY_TIGER
I am trying to implement streaming video on iPhone with RTSP protocol.
我正在尝试使用 RTSP 协议在 iPhone 上实现流视频。
On Mac, the QuickTime support RTSP and I tested streaming video with this.
在 Mac 上,QuickTime 支持 RTSP,我用它测试了流媒体视频。
This means iPhone can support RTSP, I think.
这意味着 iPhone 可以支持 RTSP,我想。
But I could not implement on iPhone with MPMoviePlayerController.
但是我无法使用 MPMoviePlayerController 在 iPhone 上实现。
Who knows about this. Regard!
谁知道这件事。看待!
采纳答案by Stefan Sauer
A quick search on google revealed dropcam https://github.com/dropcam/dropcam_for_iphonefor iphone where an RTSP client was implemented. I would advise taking a closer look at that project.
在谷歌上快速搜索发现了用于 iphone 的dropcam https://github.com/dropcam/dropcam_for_iphone,其中实现了 RTSP 客户端。我建议仔细看看那个项目。