Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) AddPlayer(player av.WriteCloser) (err error)
- func (c *Client) Close() error
- func (c *Client) DelPlayer(player av.WriteCloser) (err error)
- func (c *Client) Flush() error
- func (c *Client) PullStart(ctx context.Context) (err error)
- func (c *Client) PushStart(ctx context.Context, src av.Reader) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyDialed = errors.New("already dialed") ErrMethodNotSupport = errors.New("method not support") )
View Source
var ErrAlreadyInPublication = errors.New("already in publication")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.