目标C中的RTSP流 [英] RTSP Streaming in objective C

查看:194
本文介绍了目标C中的RTSP流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要RSTP Live Streaming.I启动R& D但是我没有得到它。有人说使用FFMPEG库,但我不知道如何将FFMPEG库添加到myProject.Please任何人帮助我如何获得直播RTSP流媒体。

I need RSTP Live Streaming.I Started R&D but i am not get it.some one said Using FFMPEG library ,But i don't know how to add FFMPEG library to myProject.Please any one help me How to get Live RTSP Streaming .

请给我一些想法和任何RTSP直播视频示例代码。

Please give me idea and any RTSP Live Streaming Video Sample code.

先谢谢

推荐答案

RTSP本身就是一个非常简单的协议,只需阅读 RFC2326 将会有很大帮助。您可以在以前的live.com jrtplib (它是RTP / RTCP库,但正如我所说的RTSP非常简单)
稍后你需要ffmpeg(或其他编码器/解码器库)。有很多ffmpeg教程,例如,这个很老,但非常好,那里在github上有很多源代码,例如这里

RTSP is quite simple protocol by itself, just reading RFC2326 will help a lot. Source code examples you can find, for example, at former live.com or jrtplib (it's RTP/RTCP library, but as I said RTSP is very simple) You'll need ffmpeg (or other encoder/decoder library) later. There are a lot of ffmpeg tutorials, for example, this one quite old, but quite good, there are plenty of source code on github, for example, here

这篇关于目标C中的RTSP流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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