go2rtc VS broadcast-box

Compare go2rtc vs broadcast-box and see what are their differences.

go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc. (by AlexxIT)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
go2rtc broadcast-box
14 10
3,271 519
- 4.4%
9.6 8.9
6 days ago 5 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

go2rtc

Posts with mentions or reviews of go2rtc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.

broadcast-box

Posts with mentions or reviews of broadcast-box. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Show HN: Bring phone calls into the browser (sip-to-WebRTC)
    9 projects | news.ycombinator.com | 4 Jan 2024
    > [1] https://github.com/Glimesh/broadcast-box

    This is really interesting! Any latency benchmarks comparing it to gstreamer UDP, P2P primarily?

  • OBS Studio 30.0
    2 projects | news.ycombinator.com | 11 Nov 2023
    This release includes WebRTC support. I would really appreciate if people could try it! I have so many things I want to improve with broadcasting.

    ——

    * Serverless Streaming - WebRTC is P2P so you can video right into your browser. You don’t have to stand up a server anymore to stream for a small audience.

    * Sub-Second Latency - Create content and interact with viewers instantly. There is something magical about having a real conversation with your viewers.

    * Multitrack Input - Upload your transcodes instead of generating then server side. Give viewers multiple video tracks to see action from all sides.

    * Mobility - WebRTC lets you switch networks at any time. Go from WiFi -> Mobile with zero interruptions.

    * E2E Authentication - WebRTC lets you add authentication on the sender and receiver. Broadcasters could sign their video streams so viewers can be sure it wasn’t modified.

    Try it out with Broadcast Box. A reference server implementation. https://github.com/glimesh/broadcast-box

  • Show HN: AV1 Broadcasting from OBS
    2 projects | news.ycombinator.com | 14 Aug 2023
    This is a PR (with builds) to add AV1 support to the WebRTC output from OBS.

    We also have been working on a reference server implementation with https://github.com/Glimesh/broadcast-box/ to make it easy to self host.

  • Show HN: OBS with Simulcast Support
    3 projects | news.ycombinator.com | 12 Jul 2023
    Simulcast builds of OBS are available. Simulcast is when a client generates multiple encodes of a video. Testers and feedback would be greatly appreciated!

    Design Discussion: https://github.com/obsproject/rfcs/pull/55

    Use it against your favorite WHIP ingest. If you don't have one check out https://github.com/glimesh/broadcast-box. It is a reference implementation of a WHIP/WHEP server.

    I hope/believe the impact of this will be much greater then WebRTC. This could benefit all broadcast workflows.

    * Higher Quality Videos - Decoding and re-encoding causes quality loss. Generating all the renditions from the source video is going to be a big improvement for viewers.

    * Lower Latency - Removing the additional encoding/decoding allows video to be delivered faster.

    * Reduce complexity - With Simulcast setting up a streaming server becomes dramatically easier. It is much easier for an individual to afford and manage a single broadcast server. RTMP -> Transcode -> HLS gets complicated and expensive quickly.

  • OBS merges WebRTC support
    2 projects | /r/linux_gaming | 11 Jun 2023
    One of the devs commented on HN that you can use Broadcast Box handle the initial connection. That's open source so you can self-host that too
  • OBS Merges WebRTC Support
    3 projects | /r/WebRTC | 10 Jun 2023
    Try it out today with Broadcast Box. A reference server implementation. https://github.com/glimesh/broadcast-box. The PR to add WebRTC to OBS https://github.com/obsproject/obs-studio/pull/7926
    7 projects | news.ycombinator.com | 10 Jun 2023
    I don't have an idea on how to do cascading OBS instances. I should write some software to make this easy though. I want to make 'self hosting' as easy as possible. I think https://github.com/glimesh/broadcast-box will fill that gap for now.

    For my own usage I run WebRTC servers and have them 'replicate' the video traffic. LiveKit did a write up on this with some good graphics https://blog.livekit.io/scaling-webrtc-with-distributed-mesh...

  • WebRTC support being added to FFmpeg
    6 projects | news.ycombinator.com | 30 May 2023
    I am really excited for this PR to land. Being able to use WebRTC for Broadcast and Playback is going to be huge.

    Instead of doing fixed interval keyframe we can use receiver feedback (Massive reduction in bandwidth)

    Instead of server side generated transcodes we can use Simulcast. Will be better quality AND massively reduced server load.

    If anyone wants to use with Pion check out https://github.com/Glimesh/broadcast-box

    Then run `ffmpeg -re -f lavfi -i testsrc=s=1280x720:r=30 -f lavfi -i sine=f=440:b=4 -vcodec libx264 -pix_fmt yuv420p -profile:v baseline -r 25 -g 50 -acodec libopus -ar 48000 -ac 2 -f rtc -authorization "STREAM_NAME" "http://localhost:8080/whip"

What are some alternatives?

When comparing go2rtc and broadcast-box you can also consider the following projects:

frigate - NVR with realtime local object detection for IP cameras

str0m - A synchronous sans I/O WebRTC implementation in Rust.

rtsp-simple-server - Also known as rtsp-simple-server. ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams. [Moved to: https://github.com/aler9/mediamtx]

ffmpeg - FFmpeg Zig package

rtmp-hls-server - a docker file to create a streaming server that supports RTMP, HLS and DASH content based on nginx and nginx-rtmp-module.

webrtc-for-the-curious - WebRTC for the Curious: Go beyond the APIs

motioneye - A web frontend for the motion daemon.

webrtc-echoes - Simple useful interoperability tests for WebRTC libraries. If you are a WebRTC library developer we'd love to include you!

fastotv_pl - IPTV/OTT Solution

rfcs - RFCs for changes to OBS Studio (and supporting toolset)

CamViewerPlus - A customizable browser-based RTSP viewer with multiple grid views

obs-studio - OBS Studio - Free and open source software for live streaming and screen recording