Skip to content

Websocket Server for the creation of WebRTC connections, The sent video track is processed using OpenCV.

Notifications You must be signed in to change notification settings

darklambda/OpenCV-WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Websocket Server

Pre-requisites

  • Docker
  • Python 3.10.0

Running locally

  • Run pip install --no-cache-dir --upgrade -r requirements.txt
  • Run python app/server.py
  • Close the server "gracefully" with Ctrl + C

Running with dockers

  • Run docker build -t webrtc .
  • Run docker run -d --network host webrtc

Notes

This repo is originally based on the aiortc server example.

About

Websocket Server for the creation of WebRTC connections, The sent video track is processed using OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published