Advertisement
JDVU

Untitled

Feb 26th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in `seq 1 15`
  4. do
  5.  
  6. acestreamengine --stream-source \
  7. --name "cam$i" \
  8. --title "cam$i" \
  9. --source "http://78.30.192.2:8082/cam$i/mpegts" \
  10. --bitrate 1500000 \
  11. --permanent \
  12. --publish-dir "/var/www" \
  13. --cache-dir "/tmp/streams" \
  14. --add-authorized-peers \
  15. --log-stdout
  16.  
  17. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement