Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SnowWalkerJ/pythonVideoStream

Open more actions menu
 
 

Repository files navigation

pythonVideoStream

Client will generate MJPEG stream and based on config/config.ini It will be pushed in different forms to server:

  • not encrypted, not compressed
  • encrypted, compressed
  • encrypted or compressed

Server will serve mjpeg on ui_port available to view through web interface

To enable encryption you need to run keyGen.py to generate priv/public keys Also make sure that switches are on in config.ini

##How to run:

  • sudo python3 client.py (on the client side (where the camera is))
  • sudo python3 server.py (on the server side (where the web ui should be))

Things you need to run it

  • linux
  • python3
  • openCv
  • python Crypto (sudo apt-get install python3-crypto)

Trello board with info of what is going on:

https://trello.com/b/ZxRjPN2B/pythonvideostream

About

client will generate encrypted,compressed mjpeg stream from webcam, server will be able to receive it and display in simple <img> tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.