- 博客(6)
- 收藏
- 关注
转载 nginx rtmp 点播
1.进入nginx目录 cd /usr/local/nginx 2. 添加rtmp.conf配置文件 vim conf/rtmp.conf 在nginx主配置文件(nginx.conf)中引入rtmp.conf include rtmp.conf; tmp.conf文件内容: ...
2017-06-27 12:20:00
571
转载 nginx http代理 socket代理
server { listen 80; server_name xxx.xxxxxxx.net; location / { proxy_pass http://127.0.0.1:8081; proxy_set_header Host...
2017-06-22 14:21:00
517
转载 ngxin、rtmp模块安装
cd /usr/local/mkdir srcgit clone https://github.com/arut/nginx-rtmp-module.gitcd /usr/local/srcwget http://nginx.org/download/nginx-1.12.0.tar...
2017-06-22 14:17:00
150
转载 树莓派安装FFmpeg
git clone https://github.com/FFmpeg/FFmpeg.git./configure --prefix=/usr/local/FFmpegmake -j4make install -j4参数非常重要,通过4核心进行编译,否则编译速度不能忍(我花了近一个小时...
2017-06-22 14:12:00
656
转载 git 配置代理
git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy http://127.0.0.1:1080 ...
2017-06-22 14:08:00
105
转载 树莓派 L298N控制程序
1. 安装gcc. 2. wiringPi. (WiringPiis aPINbased GPIO access library written in C for the BCM2835 used in theRaspberry Pi. It’s released under th...
2017-06-16 10:40:00
1076
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人