Skip to content

Instantly share code, notes, and snippets.

View nhtua's full-sized avatar
👨‍✈️
looking for a co-pilot

Tua Nguyen nhtua

👨‍✈️
looking for a co-pilot
View GitHub Profile
@nhtua
nhtua / nginx-rtmp.conf
Created December 14, 2020 16:56
Config Nginx Rtmp
events {}
rtmp {
server {
listen 1935;
chunk_size 4096;
application multiple {
live on;
record off;
push rtmp://a.rtmp.youtube.com/live2/<live-stream-id>;