Skip to content

mihailun/mjpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The application will capture the local webcam and stream the video as mjpeg at the highest quality (by default). The stream can be customised via command parameters. I prefer to use -f="Motion-JPEG" parameter as this way the CPU load of the streaming machine is minimal. It works OK in a raspberyPi 3b and works fabulous on higher end machines.

Simple to use parameters: EX:

mjpg -f="Motion-JPEG" -d="/dev/video0" -s="800x600" -l=":8080"

Parameters:

-f -> video format to use from camera

-d -> video capture device

-s -> video size

-l -> local port to use for stream

The resulting stream can be viewed in any browser(including mobile ones) at http://network-IP:8080/

About

webcam to mjpeg stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages