diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-22 03:11:15 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-04-22 14:07:04 +0000 |
commit | ae326ea118deb9878aa883ac639ba8247cabce77 (patch) | |
tree | bb2d15b40bf5a95b9174723f5af43728819f5cc0 /system/mjpg-streamer/README | |
parent | 7798165a1b03b7258dce48b5d7e714043c1be860 (diff) |
system/mjpg-streamer: Removed.
Needs Qt4 or, perhaps better, updated to thee fork on github:
https://github.com/jacksonliam/mjpg-streamer
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'system/mjpg-streamer/README')
-rw-r--r-- | system/mjpg-streamer/README | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/system/mjpg-streamer/README b/system/mjpg-streamer/README deleted file mode 100644 index 5438596857e32..0000000000000 --- a/system/mjpg-streamer/README +++ /dev/null @@ -1,28 +0,0 @@ -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 |