gst alternatives and similar packages
Based on the "Video" category.
Alternatively, view gst alternatives based on common mentions on social networks and blogs.
-
M3U8
Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema: -
gortsplib
RTSP 1.0 client and server library for the Go programming language -
go-astisub
Manipulate subtitles in GO (.srt, .ssa/.ass, .stl, .ttml, .vtt (webvtt), teletext, etc.) -
go-m3u8
Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Golang (ported from gem https://github.com/sethdeckard/m3u8) -
go-mpd
Go library for parsing and generating MPEG-DASH Media Presentation Description (MPD) files -
golibnotify
Go bindings for libnotify -- Create and update OS notifications in linux
Static code analysis for 29 languages.
Do you think we are missing an alternative of gst or a related project?
Popular Comparisons
README
Retired. I don't use/develop this package anymore.
Go bindings for GStreamer at a very early stage of maturity.
This package is based on GLib bindings. It should be goinstalable. Try
$ go get github.com/ziutek/gst
Documentation
See examples directory and http://gopkgdoc.appspot.com/pkg/github.com/ziutek/gst
To run examples use go run
command:
$ cd examples
$ go run simple.go
To run live WebM example use go run live_webm.go
and open
http://127.0.0.1:8080 with your browser. You probably need to wait a long time
for video because of small bitrate of this stream and big buffer in you browser.