Documentation ¶
Overview ¶
Package gst provides an easy API to create an appsink pipeline
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
type Pipeline struct { Pipeline *C.GstElement // contains filtered or unexported fields }
Pipeline is a wrapper for a GStreamer Pipeline
func CreatePipeline ¶
func CreatePipeline(codecName string, tracks []*webrtc.TrackLocalStaticSample, pipelineSrc string, rtmpudp *rtmpudp.RtmpUdp) *Pipeline
CreatePipeline creates a GStreamer Pipeline pipelineSink videoSrc := " autovideosrc ! video/x-raw, width=640, height=480 ! videoconvert ! queue"
Click to show internal directories.
Click to hide internal directories.