Month: September 2026
MUSL Libc
基于 WebRTC 站内即时通讯
Nginx 搭建 RTMP 流媒体直播服务器
为了在远处查看屋里的情况,又把以前用过的Nginx – rtmp服务器搭起来了,大致记录下:
编译Nginx(带有RTMP模块):
Nginx使用1.6.3,Nginx-rtmp使用master最新版本,系统为CentOS 7
准备Nginx源代码:
wget
Nginx-rtmp:
git clone
配置:
在CentOS下:
在Gentoo下:
编译:
make -j9
安装:
make install
Nginx 配置:
加入rtmp block
rtmp{
}
Iptables配置:
Selinux配置:
启动Nginx:
Systemd中:
systemctl start nginx
systemctl enable nginx
非Systemd:
/etc/init.d/nginx start
我的 Vim 配置
TC (Traffic Control) 的使用
www.ibm.com/developerworks/cn/linux/1412_xiehy_tc/index.htmlhttp://www.lartc.org/LARTC-zh_CN.GB2312.pdf