summaryrefslogtreecommitdiffstats
path: root/system/mjpg-streamer/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@dawoodfall.net>2011-10-18 08:30:33 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2011-10-22 10:17:08 -0200
commit17b521d5fc1eb571b96cd6af76f7cb973122740e (patch)
treeee64262e19e00bd98f6cd047b70f25de8f6d2c9a /system/mjpg-streamer/README
parentb24f58a1db65054a0489882d0a435d3a7eadd444 (diff)
downloadslackbuilds-17b521d5fc1eb571b96cd6af76f7cb973122740e.tar.gz
slackbuilds-17b521d5fc1eb571b96cd6af76f7cb973122740e.tar.xz
system/mjpg-streamer: Added (lightweight video streamer)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/mjpg-streamer/README')
-rw-r--r--system/mjpg-streamer/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/system/mjpg-streamer/README b/system/mjpg-streamer/README
new file mode 100644
index 0000000000..ff64743fac
--- /dev/null
+++ b/system/mjpg-streamer/README
@@ -0,0 +1,28 @@
+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