Dankoman / mjpg-streamer

Fork of http://sourceforge.net/projects/mjpg-streamer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Fork of http://sourceforge.net/projects/mjpg-streamer/

License:GNU General Public License v2.0


Languages

Language:C 85.6%Language:Makefile 7.1%Language:CMake 3.0%Language:HTML 1.7%Language:C++ 1.3%Language:Shell 0.5%Language:JavaScript 0.4%Language:CSS 0.3%Language:Python 0.0%Language:Dockerfile 0.0%