Page 1 of 1

Stop command for mjpg streaming

Posted: Tue Jun 16, 2015 10:53 pm
by rcpaul
Hello

Can anyone tell me what the command is to stop mjpg streaming (besides "control c"), I currently use this command to enable it:

/usr/bin/mjpg_streamer -i "input_uvc.so -d /dev/video0 -resolution 640x480" -o "output_http.so -www /www/webcam"

I have tried these commands but they don't work:

/etc/init.d/mjpg-streamer stop

killall mjpg_streamer

Thanks!!
Paul