centos6.5 live555 rtsp转发

Posted dch0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.5 live555 rtsp转发相关的知识,希望对你有一定的参考价值。

live555安装

wget  http://www.live555.com/liveMedia/public/live555-latest.tar.gz
tar -zxvf live555-latest.tar.gz
cd live
./genMakefiles linux-64bit    #注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的
make

完成之后会生成一个proxyServer目录。

rtsp转发

cd  proxyServer
./live555ProxyServer  rtsp流源地址 &,
例如:./live555ProxyServer rtsp://192.168.0.188:554/stream/main &
#执行命令后会返回一个分发的流地址

可以用vlc或其它流播放器测试转发后的流地址。

 

同类的rtsp服务还有EasyDarwin。

以上是关于centos6.5 live555 rtsp转发的主要内容,如果未能解决你的问题,请参考以下文章

live555移植到hi3516做rtsp服务器

调用Live555接收RTSP直播流,转换为Http Live Streaming(iOS直播)协议

vlc源码分析之调用live555接收RTSP数据

live555推送1080p花屏

live555 编译

使用live555 快速建立rtsp 服务