从iPhone SDK中的IP摄像头流媒体直播视频? [英] stream live video from IP Cams in iPhone SDK?

查看:394
本文介绍了从iPhone SDK中的IP摄像头流媒体直播视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须开发一个插件模块,如果摄像机的IP可用,该模块将允许我们从IP摄像机流式传输实时视频.相同的格式和编码是:MPEG4 RTSP/RTP,但我不知道从哪里开始.我在许多站点中搜索,找不到任何相关的东西.浏览苹果文档时,我发现AVFoundation用于流式传输IP Cam的实时视频.

更新 我在GITHUB中找到了,但不知道如何在我的应用程序中实现.

请通过示例代码或相关应用帮助我,并建议我克服这一问题.在此先感谢.

解决方案

我正在为您添加一些参考-让我知道是否有帮助.

在其他地方说过 iPhone不支持本机RTSP.

但是,可行的一种可行的方法(因为有很多从事这种工作的人)是使用实时HTTP.

来自-的一些资源 https://developer.apple.com/streaming/

https://tools.ietf.org/html/draft-pantos-http-live-streaming-07

MPEG-TS段HTTP实时流

I have to develop plug-in module which will allow us to stream live video from IP Cams if the IP of the cameras are available. The format and encoding for the same is: MPEG4 RTSP/RTP but I dont know from where to start. I have search in many site, unable to find any thing related. while browsing the Apples doc's, I found AVFoundation is used to stream live video from IP Cam's.

UPDATE I found this from GITHUB but dont know How to implement it in my App.

Please help me by sample code or related app and suggest me to overcome this. thanks in Advance.

解决方案

I am adding some references for you - let me know if that helps.

Elsewhere people have said that iPhone doesn't support native RTSP.

However, one possible thing that works (since there many folks who are working in SO on this), is to use live HTTP.

Some resources from - https://developer.apple.com/streaming/

https://tools.ietf.org/html/draft-pantos-http-live-streaming-07

MPEG-TS Segments HTTP Live Streaming

这篇关于从iPhone SDK中的IP摄像头流媒体直播视频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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