mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
nginx rtmp
This commit is contained in:
26
nginx.conf
Normal file
26
nginx.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
#user nobody;
|
||||
worker_processes 1;
|
||||
|
||||
#error_log logs/error.log;
|
||||
#error_log logs/error.log notice;
|
||||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
rtmp {
|
||||
access_log off;
|
||||
server {
|
||||
listen 1935;
|
||||
application feed {
|
||||
live on;
|
||||
meta copy;
|
||||
drop_idle_publisher 4s;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user