| 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