MJPG-streamer revision #63 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MJPG-streamer revision #63 (Default branch)
# 1  
Old 06-21-2008
MJPG-streamer revision #63 (Default branch)

Image MJPG-streamer takes images from an input plugin and streams them to several output plugins. It is the successor of the UVC-streamer, so it supports Linux-UVC V4L2 compatible webcams as input plugins. The most popular output plugin is the HTTP daemon. It serves the JPEG input as an MJPEG stream or simple snapshots to a HTTP client like Firefox, VideoLanClient (VLC), or TCPMP. By using the camozola Java applet, browsers like Opera and Internet Explorer can also view the stream. License: GNU General Public License v2 Changes:
This release fixes disruption of Firefox while streaming and some segfaults. LEDs on Logitech (QC 5000, Quickcam Sphere AF, and QC 9000) webcams can now be controlled.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Revision of script from don

Don, I revised script but when I ran it I did not receive any log. I am not sure what you mean to run it in code tags. I am using a putty session and ssh but I did not get a trace log? Barb ---------- Post updated at 01:33 PM ---------- Previous update was at 01:27 PM... (2 Replies)
Discussion started by: bcarosi
2 Replies

2. HP-UX

Rx2660: a tape streamer

I need a tape external unity. Must be cheapest,external and use scsi interface ,of course compatible with rx2660(u320 68pin scsi external) A HP q1523A is good? Thanks (7 Replies)
Discussion started by: Linusolaradm1
7 Replies

3. Solaris

How to find Firmware revision ?

I am having a Sun-Fire-T2000 server which is having Solaris OS running on it. I am not able to find an exact Firmware version. Please suggest something. sc> showhost Host flash versions: OBP 4.30.4 2009/08/19 07:24 Hypervisor 1.7.3.a 2009/10/29 15:50 POST 4.30.4 2009/08/19 07:47... (3 Replies)
Discussion started by: zigi_p5
3 Replies

4. Shell Programming and Scripting

a playlist for ffmpeg streamer

Hi, I hope I am posting in the right place. I use to stream to justin tv using ffmpeg with that command ffmpeg -re -i "path/to/input.avi" -vcodec libx264 -preset fast -crf 30 -acodec libfaac -ab 128k -ar 44100 -f flv rtmp://live.justin.tv/app/xxxxxxxxxxx I would like to know if a bash... (2 Replies)
Discussion started by: undercash
2 Replies

5. Shell Programming and Scripting

Curl a JPG from a MJPG stream

Lets say I want to curl a JPG file from this MJPG stream, how can this be done? I tried using curl but it just keeps capturing the entire stream. curl -o ~/Desktop/sample.jpg http://204.248.124.202/mjpg/video.mjpg Link to sample web cam http://204.248.124.202/mjpg/video.mjpg (5 Replies)
Discussion started by: elbombillo
5 Replies

6. Programming

Revision Control Sw

Hi All, Please let me know any freeware revision control software name and URL. Any response is highly appreciated. OS: Solaris 5.10 Thanks, Naga:cool: (3 Replies)
Discussion started by: Nagapandi
3 Replies

7. Solaris

determining miniroot revision

Hi guys I have a bunch of x4100's x4140's etc with solaris 10 update4 running on them but I suspect that when a lot of these boxes were originally built, the jumpstart process used an update2 miniroot, now as far as i understand it, the miniroot used at jumpstart is the miniroot that stays on... (1 Reply)
Discussion started by: hcclnoodles
1 Replies
Login or Register to Ask a Question
VLOCK-PLUGINS(5)					     Linux Programmer's Manual						  VLOCK-PLUGINS(5)

NAME
vlock-plugins - plugin support for vlock DESCRIPTION
If vlock-main(8) is compiled with plugin support its default features are very limited: it can only lock the current session and ask for authenticiaton. However it is possible to extend this functions through plugins. These plugins are loaded when vlock-main starts and can provide hooks that are called at certain points during the lifetime of the vlock-main process. DEFAULT PLUGINS
The following plugins are provided when installing vlock with default options: all This plugin locks all sessions by disabling console switching. It is also loaded when giving the -a,--all option to vlock(1). new This plugin switches to a new virtual console before disabling console switching through the "all" plugin. It is also loaded when giving the -n,--new option to vlock(1). nosysrq Linux only. This plugin disables the Linux SysRQ mechanism before the console switching is locked by the "all" plugin. It is also loaded when giving the -s,--disable-sysrq option to vlock(1). ADDITIONAL PLUGINS
The following plugins are only available if explicitely selected at build time: caca This plugin runs a random libcaca screensaver when the screen is locked. WRITING PLUGINS
For information about writing plugins see the PLUGINS file in the vlock source distribution. SEE ALSO
vlock(1), vlock-main(8) AUTHORS
Frank Benkstein <frank-vlock@benkstein.net> Linux 10 November 2007 VLOCK-PLUGINS(5)