随笔分类 -  Nginx

摘要:文件推流测试 > ffmpeg -re -i C:\Users\16418\Desktop\test.mp4 -vcodec copy -loop -1 -c:a aac -b:a 160k -ar 44100 -strict -2 -f flv rtmp:127.0.0.1/live/bbb 拉流 阅读全文
posted @ 2022-01-15 15:30 Ajanuw 阅读(135) 评论(0) 推荐(0)
摘要:listen 80; server_name localhost; # 访问"localhost"的全部请求会被转发到"localhost:81" # localhost => localhost:81 # localhost/a/ => localhost:81/a/ # localhost/b/ 阅读全文
posted @ 2021-01-20 21:34 Ajanuw 阅读(140) 评论(0) 推荐(0)
摘要:修改配置后要重启,先检查修改后的配置有没有问题 ./nginx -t 手动安装 $ wget https://nginx.org/download/nginx-1.18.0.tar.gz $ tar -zxvf nginx-1.15.2.tar.gz $ cd nginx-1.15.2 $ ./co 阅读全文
posted @ 2018-07-17 20:58 Ajanuw 阅读(86) 评论(0) 推荐(0)