Documentation ¶
Index ¶
- Variables
- func ErrCouldNotParseConfig(err error) error
- func ErrIncompatible(format, codec interface{}) error
- func ErrInvalidInput(field string) error
- func ErrInvalidUrl(url, protocol string) error
- func ErrNotSupported(feature string) error
- func ErrPadLinkFailed(pad, status string) error
- func ErrTrackNotFound(trackID string) error
- func ErrUploadFailed(location string, err error) string
- func ErrWebSocketClosed(addr string) error
- func Is(err, target error) bool
- func New(err string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoConfig = errors.New("missing config") ErrInvalidRPC = errors.New("invalid request") ErrGhostPadFailed = errors.New("failed to add ghost pad to bin") ErrStreamAlreadyExists = errors.New("stream already exists") ErrStreamNotFound = errors.New("stream not found") GErrNoURI = "No URI set before starting" GErrFailedToStart = "Failed to start" GErrCouldNotConnect = "Could not connect to RTMP stream" GErrStreamingStopped = "streaming stopped, reason error (-5)" )
Functions ¶
func ErrCouldNotParseConfig ¶
func ErrIncompatible ¶
func ErrIncompatible(format, codec interface{}) error
func ErrInvalidInput ¶
func ErrInvalidUrl ¶
func ErrNotSupported ¶
func ErrPadLinkFailed ¶
func ErrTrackNotFound ¶
func ErrUploadFailed ¶
func ErrWebSocketClosed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.