H.264 over RTP/RTSP (iPhone)

守給你的承諾、 提交于 2019-11-27 10:11:33

问题


Is it possible to view video stream (H.264 live feed) over RTP/RTSP in iPhone natively? If not, is it possible to write an application for this purpose?


回答1:


Sure it is possible, in fact others have done it already, see e.g. IPVision from TTrix.

Seems that the Live555 libraries can be compiled for iOS. See this SO question:

  • How to configure live555 framework for iphone app devleopment?



回答2:


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. Now Apple doesn't insist this rule any more, so you can write RTSP player on iPhone as you will. In face, I've done this a few months ago, migrating ffmpeg & live555 to iOS and make an app, absolutely feasible!



来源:https://stackoverflow.com/questions/6691147/h-264-over-rtp-rtsp-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!