Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoConfig = errors.New("missing config") ErrUnsupportedEncodeFormat = errors.New("unsupported mime type for encoder") ErrUnableToAddPad = errors.New("could not add pads to bin") ErrInvalidInputDimensions = errors.New("invalid input media dimensions") ErrInvalidInputFPS = errors.New("invalid input media FPS") ErrIngressNotFound = errors.New("ingress not found") ErrServerCapacityExceeded = errors.New("server capacity exceeded") )
Functions ¶
func ErrCouldNotParseConfig ¶
func ErrFromGstFlowReturn ¶
func ErrFromGstFlowReturn(ret gst.FlowReturn) error
Types ¶
type InvalidIngressError ¶
type InvalidIngressError string
func NewInvalidIngressError ¶
func NewInvalidIngressError(s string) InvalidIngressError
func (InvalidIngressError) Error ¶
func (s InvalidIngressError) Error() string
Click to show internal directories.
Click to hide internal directories.