Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 338 Bytes

gstreamer-webcam_to_browser

Realtime webcam stream to a browser window using Python, Tornado, WebSockets, and Gstreamer

Dependencies:

  • Python
  • Tornado (pip install tornado)
  • GStreamer 1.0+
  • GStreamer Python bindings

To run, simply enter:

python cam_server.py

in your Linux terminal.