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 :)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 LINK_OPTS 更改为
LINK_OPTS = -L。 -arch armv7 --sysroot=$(SDK) -L$(SDK)/usr/lib/system
和
IOS_VERSION = 6.0(您当前的 SDK)
在终端中导航到 live555 目录(我的情况 cd /Volumes/OSX/live)
然后在终端 ./genMakefiles iphoneos 中运行
运行在终端 make
change LINK_OPTS to
LINK_OPTS = -L. -arch armv7 --sysroot=$(SDK) -L$(SDK)/usr/lib/system
and
IOS_VERSION = 6.0 (your current sdk)
navigate in terminal to live555 dir (my case cd /Volumes/OSX/live)
then run in terminal ./genMakefiles iphoneos
run in terminal make