/video-stream-bridge

A small program that play and send video stream over to another backend service for processing, then play the processed stream in live.

Primary LanguageJavaScript

Video Stream Bridge

A small program that play and send video stream over to another backend service for processing, then play the processed stream in live.

Features

  • Media support: MP4, MJPEG, HLS, Webcam, screenshare
  • Connectivity: video on internet/local network to processing service on internet/local network
  • Backend processing: customizable backend processing, plug and play
  • UI Screenshot

img/screenshot1.jpg

Requirements

  • Python 3.8+ (required by shm)
  • aiortc 1+
  • opencv-python 4.4+
  • Pillow 8+

Throubleshooting

References