Skip to content

Instantly share code, notes, and snippets.

@andreyev
Created March 31, 2023 21:18
Show Gist options
  • Save andreyev/4cba5412770e4b64ae6eb960078f9ac9 to your computer and use it in GitHub Desktop.
Save andreyev/4cba5412770e4b64ae6eb960078f9ac9 to your computer and use it in GitHub Desktop.
worker_processes auto;
rtmp_auto_push on;
events {}
rtmp {
server {
listen 1935;
listen [::]:1935 ipv6only=on;
application live {
live on;
record video;
record_path /volume;
record_suffix -%d-%b-%y-%T.flv;
record_interval 10s;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment