将live555集成到iPhone应用程序中,以便将RTMP或RTSP视频流式传输到iPhone [英] live555 integration into iPhone app for streaming RTMP or RTSP video to iPhone

查看:63
本文介绍了将live555集成到iPhone应用程序中,以便将RTMP或RTSP视频流式传输到iPhone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都没有任何代码,或者可以为我指出集成live555的正确方向吗?进入iPhone应用程序.我知道您可以为iOS构建live555 C ++库,但不能确保在代码级别将其实际集成.

Does anyone have any code or can point me in the right direction for integrating live555 into an iPhone app. I know that you can build the live555 C++ library for iOS but am not sure about the actual integration of this at a code level.

指向教程或一些代码的链接会很不错:)

A link to a tutorial or some code would be wonderful :)

谢谢.

推荐答案

  1. 在此处下载 live555
  2. 在某种程度上打开它的包装(在我的情况下是/Volumes/OSX/live)
  3. 找到config.iphoneos,使用文本编辑器将其打开
  4. 将LINK_OPTS更改为

  1. Download live555 here
  2. Unpack it somevhere (in my case /Volumes/OSX/live)
  3. find config.iphoneos an open it using text editor
  4. change LINK_OPTS to

LINK_OPTS = -L.-arch armv7 --sysroot = $(SDK)-L $(SDK)/usr/lib/system和

LINK_OPTS = -L. -arch armv7 --sysroot=$(SDK) -L$(SDK)/usr/lib/system and

IOS_VERSION = 6.0(您当前的SDK)

IOS_VERSION = 6.0 (your current sdk)

在终端中导航到live555目录(我的情况是cd/Volumes/OSX/live)

navigate in terminal to live555 dir (my case cd /Volumes/OSX/live)

然后在终端./genMakefiles iphoneos

then run in terminal ./genMakefiles iphoneos

在终端机中运行

这篇关于将live555集成到iPhone应用程序中,以便将RTMP或RTSP视频流式传输到iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆