简体   繁体   English

H.264 over RTP/RTSP (iPhone)

[英]H.264 over RTP/RTSP (iPhone)

Is it possible to view video stream (H.264 live feed) over RTP/RTSP in iPhone natively?是否可以在 iPhone 中通过 RTP/RTSP 原生观看视频 stream(H.264 直播)? If not, is it possible to write an application for this purpose?如果没有,是否可以为此编写应用程序?

Sure it is possible, in fact others have done it already, see eg IPVision from TTrix .当然有可能,实际上其他人已经这样做了,例如,参见TTix 的 IPVision

Seems that the Live555 libraries can be compiled for iOS.似乎可以为 iOS 编译 Live555 See this SO question:看到这个问题:

Sure it is possible now.现在当然可以了。 Previously, RTSP is not allowed in AppStore, though someone migrated VLC to iPhone, but that app is removed from AppStore, you can only install it via jailbreak.以前,AppStore 不允许 RTSP,虽然有人将 VLC 迁移到 iPhone,但该应用已从 AppStore 中删除,您只能通过越狱安装。 Now Apple doesn't insist this rule any more, so you can write RTSP player on iPhone as you will.现在Apple不再坚持这个规则,所以你可以在iPhone上随意编写RTSP播放器。 In face, I've done this a few months ago, migrating ffmpeg & live555 to iOS and make an app, absolutely feasible!面对现实,几个月前我已经这样做了,将 ffmpeg 和 live555 迁移到 iOS 并制作一个应用程序,绝对可行!

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

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