Documentation ¶ Overview ¶ Package h264conf contains a H264 configuration parser. Index ¶ type Conf func (c Conf) Marshal() ([]byte, error) func (c *Conf) Unmarshal(buf []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Conf ¶ type Conf struct { SPS []byte PPS []byte } Conf is a RTMP H264 configuration. func (Conf) Marshal ¶ func (c Conf) Marshal() ([]byte, error) Marshal encodes a Conf into bytes. func (*Conf) Unmarshal ¶ func (c *Conf) Unmarshal(buf []byte) error Unmarshal decodes a Conf from bytes. Source Files ¶ View all Source files h264conf.go Click to show internal directories. Click to hide internal directories.