Advertisement
popcorn9499

rtmp settings

Jul 9th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. rtmp {
  2. server {
  3. listen 1935;
  4. chunk_size 4096;
  5.  
  6.  
  7.  
  8.  
  9. application live360P2 {
  10. live on;
  11. record off;
  12. push rtmp://a.rtmp.youtube.com/live2/(key);
  13.  
  14.  
  15. push_reconnect 1s;
  16. }
  17.  
  18. application Private {
  19. live on;
  20. record off;
  21.  
  22. }
  23.  
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement