1 Star 0 Fork 0

fengyongjun/nginx-rtmp-module-m

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
installing_ubuntu_using_ppas.md 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Stabenow 提交于 9年前 . MOD move wiki to /docs

Installing on Ubuntu using PPAs

$ sudo apt-get install dpkg-dev
$ sudo apt-get source nginx
$ cd /usr/src/nginx
$ sudo git clone https://github.com/arut/nginx-rtmp-module.git
$ cd nginx-[version-number]
$ sudo vi debian/rules

Edit the rules and at then end of the add-modules configuration string add

--add-module=/usr/src/nginx/nginx-rtmp-module \

If installing for the first time build nginx dependancies.

$ sudo apt-get build-dep nginx
$ dpkg-buildpackage -b

(wait for a while while it builds... a really long while... like you might want to go grab a meal)

$ cd .. && sudo dpkg --install nginx-common_1.3.13-1chl1~quantal1_all.deb nginx-full_1.3.13-1chl1~quantal1_amd64.deb
$ sudo service nginx status
$ sudo service nginx start (if nginx isn't running)

Source

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fengyongjun/nginx-rtmp-module-m.git
git@gitee.com:fengyongjun/nginx-rtmp-module-m.git
fengyongjun
nginx-rtmp-module-m
nginx-rtmp-module-m
dev

搜索帮助