Skip to content

A tool and library to parse HTTP videostream (e.g. from some web cameras)

Notifications You must be signed in to change notification settings

AmurSU/python-mjpeg-over-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python MJPEG over HTTP client

A program and library, that connects to web server, parses MJPEG video stream and save video frames to a file.

Usage

./main.py --request /video/mjpg.cgi?profileid=2 --ip 192.168.1.5 --port 80 --login login --password my_secure_password --filename videoframe.jpg

Authors

Original author: Sergey Lalov

Original source code can be found at Google code.

The original source code was adopted and fixed by Andrey Novikov in 2012 for Amur State University.

As of summer 2012, this software is used in university swimming pool construction webpage.

License

This software is licensed under GNU General Public License and distributed AS IS, without warranties of any kind.

About

A tool and library to parse HTTP videostream (e.g. from some web cameras)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages