slackbuilds/system/mjpg-streamer
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README system/mjpg-streamer: Added (lightweight video streamer) 2011-10-22 10:17:08 -02:00
mjpg-streamer.SlackBuild system/mjpg-streamer: Fix case of tmp dir. 2011-10-22 10:17:09 -02:00
mjpg-streamer.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
slack-desc system/mjpg-streamer: Added (lightweight video streamer) 2011-10-22 10:17:08 -02:00

README

MJPG-streamer is a very lightweight and resource friendly video
streamer. It also comes with uvc_stream, which is a very basic
streamer, and uvc_viewer, a simple gtk viewing application.

MJPG-streamer takes JPGs from Linux-UVC compatible webcams,          
filesystem or other input plugins and streams them as M-JPEG via HTTP
to webbrowsers, VLC and other software. It is the successor of       
uvc-streamer, a Linux-UVC streaming application with Pan/Tilt        

Homepage: https://sourceforge.net/projects/mjpg-streamer/

Note:

The included uvc_viewer is a 32bit binary and therefore will not
work on other archs. You may use mplayer to watch the stream
using a similar command to:

mplayer -fps 30 -demuxer lavf -cache 256 \
"http://192.168.1.2:8080/?action=stream&ignored.mjpg"

You may find that mplayer is lighter on resources anyway. Also
the viewer leaves a properties.ini file in the CWD.

There is an included start.sh script which contains many
examples for using the mjpg_streamer application. (The www directory
mentioned should be replaced by /var/mjpg-www.)

You can find it and more in /usr/doc/mjpg-streamer-$version