Skip to content

Instantly share code, notes, and snippets.

View mfuzailzubari's full-sized avatar

Muhammad Fuzail Zubari mfuzailzubari

  • Islamabad Pakistan
View GitHub Profile
@mfuzailzubari
mfuzailzubari / nginx.conf
Created June 27, 2018 12:31
NGINX RTMP Configurations
worker_processes auto;
events {
# Allows up to 1024 connections, can be adjusted
worker_connections 1024;
}
# RTMP configuration
rtmp {
server {
listen 1935; # Listen on standard RTMP port