gst

package
v0.0.0-...-8ae2f0f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package gst provides an easy API to create an appsrc pipeline

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartMainLoop

func StartMainLoop()

StartMainLoop starts GLib's main loop It needs to be called from the process' main thread Because many gstreamer plugins require access to the main thread See: https://golang.org/pkg/runtime/#LockOSThread

Types

type Pipeline

type Pipeline struct {
	Pipeline *C.GstElement
}

Pipeline is a wrapper for a GStreamer Pipeline

func CreatePipeline

func CreatePipeline(payloadType webrtc.PayloadType, codecName string) *Pipeline

CreatePipeline creates a GStreamer Pipeline

func (*Pipeline) Push

func (p *Pipeline) Push(buffer []byte)

Push pushes a buffer on the appsrc of the GStreamer Pipeline

func (*Pipeline) Start

func (p *Pipeline) Start()

Start starts the GStreamer Pipeline

func (*Pipeline) Stop

func (p *Pipeline) Stop()

Stop stops the GStreamer Pipeline

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL