Advertisement
gutessss

Untitled

Apr 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #user nobody;
  2. worker_processes 12;
  3.  
  4. error_log logs/rtmp_error.log debug;
  5. pid logs/nginx.pid;
  6.  
  7. events {
  8. worker_connections 1024;
  9. }
  10.  
  11. rtmp {
  12. server {
  13. listen 1935;
  14. chunk_size 8192;
  15.  
  16. application stream {
  17. live on;
  18. meta copy;
  19. push rtmp://live-fra.twitch.tv/app/live_215815440_uqaB9rv8rfv3Z79JIR3yY3qwxhdLAr;
  20. push rtmp://live-fra.twitch.tv/app/live_193870667_wg8nHwDBSSwJa41TZBznJ2aasXM6Bj;
  21. push rtmp://live-fra.twitch.tv/app/live_215816790_eR1Mt7oAye3tU5vYrVO7Sn8eM1XvZe;
  22. push rtmp://live-fra.twitch.tv/app/live_215816373_C5VR8SDewyo8nRndwz0fynBGdaIrIU;
  23. push rtmp://live-fra.twitch.tv/app/live_210566933_n0gRqrbbLvIl3TH59CyB4fqUgulKG7;
  24. push rtmp://live-fra.twitch.tv/app/live_210557645_V7isVtoC9lJGYyiYwxc1TByrci5IIS;
  25. push rtmp://live-fra.twitch.tv/app/live_193901623_Ag7aubtFXzXKiuQwu4gmijxxAWWY35;
  26. push rtmp://live-fra.twitch.tv/app/live_203145653_usaYfdrW2VrW9EB58nl7Nh6IUGSWTS;
  27.  
  28. }
  29.  
  30.  
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement