Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sms
streaming-docker
Commits
b07ca5af
Commit
b07ca5af
authored
Mar 19, 2020
by
dreamer
Browse files
simplify a bit
parent
676aadf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
leftover/nginx.conf.template
View file @
b07ca5af
...
...
@@ -11,13 +11,16 @@ rtmp {
listen 1935;
chunk_size 4000;
# deny access from router303
deny 10.205.12.2;
application streaminput {
# allow access from router303
allow 10.205.12.2;
live on;
}
application stream {
deny 10.205.12.2;
live on;
#relays the incoming video to low quality streams on this server, audio-only version and to a different server
...
...
@@ -53,8 +56,6 @@ rtmp {
# to send video to be recorded on server (not played live)
application input {
deny 10.205.12.2;
live on;
#records audio + video
recorder video {
...
...
@@ -77,8 +78,6 @@ rtmp {
}
application hls {
deny 10.205.12.2;
live on;
hls on;
hls_fragment_naming system;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment