这篇手册简单介绍了nginx,并提供了一些可以操作的简单的工作.前提是nginx已经被安装到你的服务器上.如果没有安装,请阅读上篇:nginx 学习笔记(1) nginx安装.这篇手册主要内容:1. 如何启动和停止nginx,如何加载nginx配置: 2.配置文件的结构:3.如何安装nginx来做静态内容的服务器:4,如何配置nginx作为代理服务器:5:如何连接FastCGI应用. nginx有一个主进程和多个工作进程.主进程的作用是读和验证配置文件,启动工作进程.工作进程正在处理请求.ngi…
1.采集端:OBS RTMP推流地址:rtmp://192.168.198.21:1935/live 流密钥:livestream(任意-但播放地址与此一致) 2.播放端:nginx-rtmp-win32自带例子…
服务器 1.nginx-rtmp:https://github.com/illuspas/nginx-rtmp-win32 2.srs:https://github.com/illuspas/srs-win32 播放端 1.VLC media player:http://rj.baidu.com/soft/detail/12124.html?ald 采集端 1.Open Broadcaster Software:https://obsproject.com/…
一.工具软件 [1]. 视频采集端 Red5 Demo:http://192.168.31.107:5080/demos/simpleBroadcaster.html Telestream:Wirecast 其他需要自己,根据自己的场景来开发,如Android平台 [2]. 流媒体服务器端 Red5 SRS 其他还有开源或商业产品,请找前一个链接 [3]. 视频播放端 http://192.168.31.107:5080/demos/simpleSubscriber.html 基于RTMP协议的…
1.视频采集推流及服务器端:nginx-rtmp-windows 2.视频播放段:sewiseplayer 3.双击nginx.exe运行nginx-rtmp-win32-master的nginx服务 4.运行nginx-rtmp-windows中www目录中的index.html 5.测试推流及播放 推流地址写:rtmp://192.168.198.21:1935/live/stream,Player测试地址写:rtmp://192.168.198.21:1935/live/stream,可以…
1.Nginx配置文件主要组成:main(全局配置)这部分的指令将影响其他所有部分.server(虚拟主机配置)这部分指令主要用于指定虚拟主机域名,IP和端口.upstream(主要为反向代理,负载均衡相关配置)这部分指令用于设置反向代理及后端服务 器的负载均衡.location(目录匹配配置)这部分指令用于匹配网页位置(例如,根目录"/","/images",等 等). location部分会继承server部分的指令,而server部分会继承main部分的指令.…
user www; worker_processes 1; error_log /usr/local/nginx/logs/error.log crit; pid /usr/local/nginx/logs/nginx.pid; events { worker_connections 64; } http { include /usr/local/nginx/conf/mime.types; default_type application/octet-stream; #charset gb23…
  安装与启动nginx 第一步:通过指令安装包 sudo apt  install nginx  sudo apt install nginx 第二步:安装成功后查看相关配置文件 ls /etc/nginx/ 在这里主要是 conf.d 文件和 sites-available/default 文件夹中的文件,配置内容可自己进去查看或修改,default 默认配置80端口. 检查文件是否正确:sudo nginx -t 查看启动的nginx进程 :sudo ps -ef|grep nginx 在…
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. nginx是一个http和反转代理服务器,还可以用作邮件代理,TCP/UDP代理服务器. nginx has one master process and several worker processes. The main purpose of the master proc…
NGINX | High Performance Load Balancer, Web Server, & Reverse Proxy https://www.nginx.com/ flawless application delivery for the modern web Nginx - Wikipedia https://en.wikipedia.org/wiki/Nginx Nginx ( /ˌɛndʒɪnˈɛks/ EN-jin-EKS) (stylized as NGINX, NG…