2
0

security.deny.publish.conf 357 B

1234567891011121314
  1. # security config for srs, allow play and deny publish.
  2. # @see full.conf for detail config.
  3. listen 1935;
  4. max_connections 1000;
  5. daemon off;
  6. srs_log_tank console;
  7. vhost __defaultVhost__ {
  8. security {
  9. enabled on;
  10. deny publish all;
  11. allow play all;
  12. }
  13. }