Skip to content

Instantly share code, notes, and snippets.

@gcnonato
gcnonato / nginx.conf
Created July 14, 2018 15:52
Nginx transcode example using ffmpeg and two applications
#user nobody;
worker_processes 1;
error_log logs/rtmp_error.log debug;
pid logs/nginx.pid;
events {
worker_connections 1024;
}