2
0

edge.token.traverse.conf 364 B

12345678910111213
  1. # the config for srs for token traverse authentication
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_DRM
  3. # @see full.conf for detail config.
  4. listen 1935
  5. max_connections 1000;
  6. daemon off;
  7. srs_log_tank console;
  8. vhost __defaultVhost__ {
  9. mode remote;
  10. origin 127.0.0.1:19350;
  11. token_traverse on;
  12. }