Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziutek/gst
Go bindings for GStreamer (retired: currently I don't use/develop this package)
https://github.com/ziutek/gst
Last synced: about 1 month ago
JSON representation
Go bindings for GStreamer (retired: currently I don't use/develop this package)
- Host: GitHub
- URL: https://github.com/ziutek/gst
- Owner: ziutek
- License: other
- Created: 2011-07-26T00:44:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T12:04:16.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T03:05:57.851Z (4 months ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 168
- Watchers: 11
- Forks: 48
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - gst - Go bindings for GStreamer. (Language and platform specific libraries / Go)
- awesome-cobol - gst - Cobol bindings for GStreamer. (Video / Middlewares)
- awesome-go - gst - Go bindings for GStreamer (retired: currently I don't use/develop this package) - ★ 146 (Video)
- awesome-go-extra - gst - 07-26T00:44:40Z|2021-01-07T12:04:16Z| (Video / Fail injection)
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](https://github.com/ziutek/glib). 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.goTo 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.