Skip to content

Instantly share code, notes, and snippets.

@poysama
Created May 3, 2018 15:14
Show Gist options
  • Save poysama/ff3b0472f4ed894ab13aed9a943a95a3 to your computer and use it in GitHub Desktop.
Save poysama/ff3b0472f4ed894ab13aed9a943a95a3 to your computer and use it in GitHub Desktop.
RTMP Nginx Twitch and Facebook Live
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
push rtmp://live-sin.twitch.tv/app/your_secret;
push rtmp://live-api.facebook.com:80/rtmp/your_secret;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment