Skip to content

im1986/mjpg_streamer

Repository files navigation

mjpg-streamer

Currently no issues are known, but since this software is quite young and not used widely it may cause problems. You must really know what you are doing, if you use this software. If you want to use the software you are obliged to check if the sourcecode does what you expect it to do and take the risk yourself to use it.

Usage

Setup mjpg_streamer

sudo git clone https://github.com/im1986/mjpg_streamer.git

cd mjpg_streamer

sh setup.sh

Stop mjpg_streamer

   sudo /etc/init.d/webcam stop

Start automatically

   sudo update-rc.d webcam defaults

View Address

   http://ip:8080

When launching mjpg-streamer, you specify one or more input plugins and an output plugin. For example, to stream a V4L compatible webcam via an HTTP server (the most common use case), you can do something like this:

mjpg_streamer -i input_uvc.so -o output_http.so

Each plugin supports various options, you can view the plugin's options via its --help option:

mjpg_streamer -i 'input_uvc.so --help'

More examples can be found in the start.sh bash script.

Plugin documentation

Input plugins:

Output plugins:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages