You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
编译步骤请参考[Building nginx on the Win32 platform with Visual C](http://nginx.org/en/docs/howto_build_on_win32.html),不要忘了在`Run configure script`步骤中添加`--add-module=/path/to/nginx-http-flv-module`。
@@ -84,7 +84,7 @@ To enable this module, add the following to `/etc/nginx/nginx.conf` and reload N
84
84
85
85
load_module modules/ngx_http_flv_live_module.so;
86
86
87
-
### Note
87
+
####Note
88
88
89
89
The above setting **MUST** be located before the directive `events`, or NGINX can not be started.
90
90
@@ -94,37 +94,37 @@ For other systems, follow Installation instructions in the next section.
94
94
95
95
### Install by compiling source code
96
96
97
-
### Note
97
+
####Note
98
98
99
99
nginx-http-flv-module has all features that [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module) provides, so **DON'T** compile nginx-http-flv-module along with [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module).
100
100
101
-
### On Windows
101
+
####On Windows
102
102
103
103
For details of build steps, please refer to [Building nginx on the Win32 platform with Visual C](http://nginx.org/en/docs/howto_build_on_win32.html), and don't forget to add `--add-module=/path/to/nginx-http-flv-module` in `Run configure script` step.
104
104
105
-
### On Unix-like systems
105
+
####On Unix-like systems
106
106
107
107
Download [NGINX](http://nginx.org) and nginx-http-flv-module.
108
108
109
109
Uncompress them.
110
110
111
111
cd to NGINX source directory & run this:
112
112
113
-
#### Compile the module into [NGINX](http://nginx.org)
113
+
#####Compile the module into [NGINX](http://nginx.org)
0 commit comments