16 lines
276 B
Plaintext
16 lines
276 B
Plaintext
worker_processes 1;
|
|
events {
|
|
worker_connections 1024;
|
|
}
|
|
rtmp {
|
|
server {
|
|
listen 1935;
|
|
chunk_size 8192;
|
|
application origin {
|
|
live on;
|
|
record off;
|
|
meta copy;
|
|
___PUSH_DIRECTIVES___
|
|
}
|
|
}
|
|
} |