Documentation
¶
Overview ¶
This is a GStreamer element implemented in Go that uses inbound data on a websocket connection as the source for the stream.
In order to build the plugin for use by GStreamer, you can do the following:
$ go generate $ go build -o libgstwebsocketsrc.so -buildmode c-shared .
+plugin:Name=websocketsrc +plugin:Description=GStreamer Websocket Source +plugin:Version=v0.0.1 +plugin:License=gst.LicenseLGPL +plugin:Source=go-gst +plugin:Package=examples +plugin:Origin=https://github.com/rdkbob/go-gst +plugin:ReleaseDate=2021-01-10
+element:Name=websocketsrc +element:Rank=gst.RankNone +element:Impl=websocketSrc +element:Subclass=gst.ExtendsElement
Click to show internal directories.
Click to hide internal directories.