Skip to content

mjpg streamer installation

Peter Uithoven edited this page Aug 21, 2014 · 7 revisions

Installation

Follow the following article, but make by running make mjpg_streamer instead of make mjpg_streamer input_file.so output_http.so.
http://blog.miguelgrinberg.com/post/how-to-build-and-run-mjpg-streamer-on-the-raspberry-pi

Configuration

http://skillfulness.blogspot.nl/2010/03/mjpg-streamer-documentation.html

Troubleshooting

  • If you get errors like "Inappropriate ioctl for device" add -n in the -i section.
  • Some camera's don't support mjpeg (like the ps3 camera), you can then try to use the YUYV format. To use this add -y in the -i section.