Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. description "Run mjpg-streamer"
  2.  
  3. # no start option as you might not want it to auto-start
  4. # This might not be supported - you might need a: start on runlevel [3]
  5. stop on runlevel [!2345]
  6.  
  7. # if you want it to automatically restart if it crashes, leave the next line in
  8. respawn
  9. setuid motion
  10. setgid motion
  11.  
  12. exec mjpg_streamer -i "input_uvc.so -r 1280x720 -f 30 -d /dev/video0" -o "output_http.so -p 8090 -w /usr/www"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement