2
0

openwrt.conf 492 B

123456789101112131415161718192021222324
  1. # no-daemon and write log to console config for srs.
  2. # @see full.conf for detail config.
  3. listen 1935;
  4. max_connections 1000;
  5. daemon off;
  6. srs_log_tank console;
  7. http_api {
  8. enabled on;
  9. listen 1985;
  10. }
  11. http_server {
  12. enabled on;
  13. listen 8080;
  14. }
  15. vhost __defaultVhost__ {
  16. hls {
  17. enabled off;
  18. }
  19. http_remux {
  20. enabled on;
  21. mount [vhost]/[app]/[stream].flv;
  22. }
  23. }