Advertisement
bacon_avenger

example for fret

Aug 22nd, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # ssl_ciphers HIGH:!aNULL:!MD5;
  2. # ssl_prefer_server_ciphers on;
  3.  
  4. # location / {
  5. # root html;
  6. # index index.html index.htm;
  7. # }
  8. #}
  9.  
  10. }
  11.  
  12. rtmp {
  13. server {
  14. listen 1935;
  15. chunk_size 4096;
  16.  
  17. application live {
  18. live on;
  19. record off;
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement