Versions in this module Expand all Collapse all v1 v1.0.1 Sep 11, 2020 v1.0.0 Sep 11, 2020 Changes in this version + var ErrorClientOffline = errors.New("client offline") + var ErrorCodecNotSupported = errors.New("codec not supported") + var ErrorNotFound = errors.New("stream not found") + var Label = "track_" + type Muxer struct + func NewMuxer() *Muxer + func (element *Muxer) Close() error + func (element *Muxer) WaitCloser() + func (element *Muxer) WriteHeader(streams []av.CodecData, sdp64 string) (string, error) + func (element *Muxer) WritePacket(pkt av.Packet) (err error) + type Stream struct