Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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.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.