rtmp-pwd.conf 95 B

123456
  1. location /auth {
  2. if ($arg_pwd = 'my-secret-password-here') {
  3. return 200;
  4. }
  5. return 401;
  6. }