Skip to content

Instantly share code, notes, and snippets.

@Fenrirthviti
Created May 15, 2017 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fenrirthviti/b8c69c9715b7d974289b723f1d273e8b to your computer and use it in GitHub Desktop.
Save Fenrirthviti/b8c69c9715b7d974289b723f1d273e8b to your computer and use it in GitHub Desktop.
application live {
live on;
wait_key on;
wait_video on;
meta copy;
notify_method get;
push rtmp://stream.rachni.com/hls/$name;
exec_kill_signal TERM;
}
application hls {
live on;
hls on;
hls_path /var/rachni/hls;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment