Michał Derkacz 007422cec6 Update README.md
2021-01-07 13:04:15 +01:00
2015-03-16 16:43:08 +01:00
2015-10-29 00:02:48 -07:00
2014-11-05 20:58:52 +01:00
2014-11-05 20:58:52 +01:00
2011-07-25 22:35:11 +02:00
2014-11-05 20:58:52 +01:00
2011-07-21 22:05:06 +02:00
2014-11-05 20:58:52 +01:00
2015-08-03 22:48:40 -07:00
2013-05-21 16:33:50 +02:00
2021-01-07 13:04:15 +01:00

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.

Description
Go bindings for GStreamer (retired: currently I don't use/develop this package)
Readme Multiple Licenses 150 KiB
Languages
Go 100%