nginx搭建rtmp协议流媒体服务器总结 遇到的问题

领导让搭建个rtmp服务器,作为一个小白,果断从网上找教程。按照 http://www.cnblogs.com/wainiwann/p/3866254.html) 的步骤一步一步搭建,最终成功了, 感谢作者的奉献。教程比较早了,有些版本不可用了。搭建中遇到了一些问题,特此做个记录,也希望对大家能有所帮助。其实应该重新整理下的,懒癌犯了。。。
  • 遇到的问题
5). OpenSSL
# wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz
# tar -zxvf openssl-1.0.1c.tar.gz
# ./config
# make
# make install

make[1]: 离开目录“/root/nginx/openssl-1.0.1c/tools”
installing man1/asn1parse.1
installing man1/CA.pl.1
installing man1/ca.1
installing man1/ciphers.1
installing man1/cms.1
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 69.
make: *** [install_docs] 错误 1

[root@localhost openssl-1.0.1c]#
由于版本太低导致
wget http://www.openssl.org/source/openssl-1.0.1u.tar.gz


  • 遇到的问题

6). libvpx
# git clone http://git.chromium.org/webm/libvpx.git
# cd libvpx
# ./configure  --enable-shared
# make
# make install
# cd ..
[root@localhost nginx]# git clone http://git.chromium^Crg/webm/libvpx.git
[root@localhost nginx]# git clone http://git.chromium.org/webm/libvpx.git
正克隆到 'libvpx'...
fatal: unable to access 'http://git.chromium.org/webm/libvpx.git/': Failed to connect to 2404:6800:4008:c01::52: Network is unreachable

[root@localhost nginx]# git clone https://github.com/webmproject/libvpx.git
正克隆到 'libvpx'...
remote: Counting objects: 132976, done.
remote: Compressing objects: 100% (683/683), done.
remote: Total 132976 (delta 479), reused 8 (delta 8), pack-reused 132285
接收对象中: 100% (132976/132976), 54.26 MiB | 95.00 KiB/s, done.
处理 delta 中: 100% (108325/108325), done.
[root@localhost nginx]#

[DOXYGEN] doxyfile
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值