Description
koudevoeten is a very small, fast, completely free and open source command-line software implemented in C++ and designed for people who want a simple tool to stream MJPEG videos from any V4L (Video4Linux) compatible device, through a built-in web server.
The software lets users to view MJPEG video streams with a supported web browser. At the moment, it has been tested with Mozilla Firefox, Google Chrome, Opera, Konqueror, Chromium, and Safari web browsers.
Unfortunately, it doesn’t work with the Internet Explorer web browser used in the Microsoft Windows operating systems because of some issues. The application requires the libpng12-dev package to work properly.
Being a very small software, koudevoeten is easily installable and convenient to use on any distribution on Linux. To get started, first download the latest version from its official website (see link at the end of the article) or via Softpedia by clicking the download button above.
Save the archive somewhere on your computer, extract its contents with an archive manager tool, open a Terminal app and navigate to the location of the extracted archive files (e.g. cd /home/softpedia/koudevoeten-0.6).
In the terminal emulator window, run the ‘make’ command to compile koudevoeten. After a successful compilation, run the ‘sudo make install’ command if you’re a privileged user or the ‘make install’ command as root to install it system wide.
After installation, run the ‘koudevoeten --help’ command to view the available command-line options. These will allow you to specify the device used to read the MJPEG files, the network adapter to listen on, as well as the TCP port to listen on for either of the VNC or HTTP servers.
You will be able to set the screen width and height, the frame rate, or the JPEG quality, to fork the program in the background, to specify the file to write an image to if the signal SIGUSR1 is caught, print timestamps at a given position, enable workarounds or JPEG mode.
User Reviews for koudevoeten FOR LINUX 1
-
koudevoeten FOR LINUX is a simple, fast, open source tool for streaming MJPEG videos. Easy installation on Linux with multiple browser compatibility.