add encode mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-20 02:49:49 +02:00
parent 0fc0ae1ff7
commit e0a298da5b
6 changed files with 66 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
daemon off;
worker_processes 1;
events {
worker_connections 1024;
}
rtmp {
server {
listen 1935;
chunk_size 8192;
application origin {
live on;
record off;
meta copy;
___PUSH_DIRECTIVES___
}
}
}