mpromonet/webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 19th, 2026
Created on December 4th, 2014
Open Issues & Pull Requests: 80 (+0)
GitHub issues: Enabled
Number of forks: 677
Total Stargazers: 3,586 (+0)
Total Subscribers: 118 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.2 hours
Mean response time: 27.8 days
90th percentile: 73.3 days
Tracked items: 129

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 574 days
Stale 30+ days: 24
Stale 90+ days: 23

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • don't understand (18)
  • h265 (6)
  • discussion (5)
  • wontfix (4)
  • bug (3)
  • question (2)
  • enhancement (1)
  • not clear (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WebRTC-Streamer is a WebRTC streaming application that ingests video from V4L2 capture devices, RTSP sources, screen capture, and other media formats, then delivers them over WebRTC to web clients.

The tool solves the problem of exposing diverse video sources through a modern, low-latency streaming protocol. It works by accepting input from multiple source types—including local video devices, network streams via RTSP or RMTP, MKV files, and desktop capture—and transcoding or forwarding them as WebRTC streams. A simple HTTP signaling mechanism handles stream negotiation, and the tool supports the WHEP interface for standards-based client interaction. An optional compression mode using native frame buffers allows H264 frames to be forwarded directly from V4L2 devices or RTSP streams with reduced CPU overhead, though this disables resizing, codec selection, and bandwidth adaptation.

Adoption suits projects needing to stream from embedded devices, IP cameras, or desktop sources to web browsers with minimal latency. The tool is available as both standalone packages and Docker container images. It runs on platforms supporting V4L2 (Linux and similar systems) and includes Windows support for screen and window capture. The simple command-line interface accepts listening port configuration compatible with civetweb syntax, and streams can be referenced by alias, direct URL, or protocol-prefixed identifiers like v4l2://, rtsp://, or screen://.

Development activity shows ongoing maintenance with regular updates to dependencies and bug fixes. The project accepts pull requests addressing specific issues and improvements. Documentation is maintained in the repository including API specifications and usage examples. The tool is distributed through multiple channels including GitHub releases and Docker Hub, indicating sustained infrastructure support.