go-gst VS rtsp-simple-server

Compare go-gst vs rtsp-simple-server and see what are their differences.

go-gst

Gstreamer bindings and utilities for golang (by tinyzimmer)

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] (by aler9)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
go-gst rtsp-simple-server
4 37
129 5,721
- -
2.7 8.8
3 months ago about 1 year ago
Go Go
GNU Lesser General Public License v3.0 only 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.

go-gst

Posts with mentions or reviews of go-gst. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Directions / pointers for a server that buffers and rebroadcasts a video stream?
    5 projects | /r/golang | 13 Jul 2022
    I don't know how low level you want to go, but assuming you don't want to re-implement video codecs then GStreamer is probably a good place to start, it allows you to create modular video pipelines and it has Go bindings (although I've not personally used them).
  • Is it possible to detect text and edit from image in golang?
    2 projects | /r/golang | 20 Apr 2022
    For the latter I have gstreamer bindings here https://github.com/tinyzimmer/go-gst , but you could potentially also implement yourself with other libraries tuned to the purpose.
  • Pion WebRTC v3.1.0 Released
    3 projects | /r/golang | 23 Sep 2021
    I noticed you have some gstreamer examples which is awesome! In case you are interested, I maintain bindings also (and the app libraries are included) if you wanted to remove some of that internal boilerplate :).
  • Processing equivalent in GoLang
    12 projects | /r/golang | 6 Aug 2021
    If CGO isn't off the table, gstreamer can do some interesting stuff with the app library. I have bindings here. This example plays with "dynamically" producing image frames.

rtsp-simple-server

Posts with mentions or reviews of rtsp-simple-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-31.

What are some alternatives?

When comparing go-gst and rtsp-simple-server you can also consider the following projects:

mergi - go library for image programming (merge, crop, resize, watermark, animate, ease, transit)

obs-rtspserver - RTSP server plugin for obs-studio

generative-art-in-go - A companion source code repository to the book "Generative Art in Go"

ustreamer - µStreamer - Lightweight and fast MJPEG-HTTP streamer

gg - Go Graphics - 2D rendering in Go with a simple API.

Restreamer - The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.

p5 - p5 is a Python package based on the core ideas of Processing.

mediadevices - Go implementation of the MediaDevices API.

kvdi - A Kubernetes-native Virtual Desktop Infrastructure

owncast - Take control over your live stream video by running it yourself. Streaming + chat out of the box.

Pion WebRTC - Pure Go implementation of the WebRTC API

go-m3u8 - Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8)