Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSP to WebRTC

Python service that converts RTSP streams to WebRTC for browser viewing.

Features

  • Multi-viewer shared RTSP connection (MediaRelay)
  • Auto-reconnect with exponential backoff
  • Single-file Web UI

Quick Start

pip install -r requirements.txt
# Edit config.yaml with your RTSP URL
python server.py
# Open http://localhost:8080

Config

streams:
  camera1:
    url: "rtsp://admin:password@192.168.1.100:554/stream1"
    name: "Camera 1"

server:
  host: "0.0.0.0"
  port: 8080

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages