mmal

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mmal implements a hardware accelerated H264 encoder for raspberry pi. This package requires libmmal headers and libraries to be built. Reference: https://github.com/raspberrypi/userland/tree/master/interface/mmal

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Params

type Params struct {
	codec.BaseParams
}

Params stores libmmal specific encoding parameters.

func NewParams

func NewParams() (Params, error)

NewParams returns default mmal codec specific parameters.

func (*Params) BuildVideoEncoder

func (p *Params) BuildVideoEncoder(r video.Reader, property prop.Media) (codec.ReadCloser, error)

BuildVideoEncoder builds mmal encoder with given params

func (*Params) RTPCodec

func (p *Params) RTPCodec() *codec.RTPCodec

RTPCodec represents the codec metadata

Jump to

Keyboard shortcuts

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