InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Go-gst Alternatives
Similar projects and alternatives to go-gst
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
-
-
rtsp-simple-server
Discontinued 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]
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
p5
p5 is a simple package that provides primitives resembling the ones exposed by p5js.org (by go-p5)
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
go-gst discussion
go-gst reviews and mentions
-
Directions / pointers for a server that buffers and rebroadcasts a video stream?
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?
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
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
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.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 May 2025
Stats
tinyzimmer/go-gst is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of go-gst is Go.