Documentation
¶
Overview ¶
Package rtph264 contains a RTP/H264 decoder and encoder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMorePacketsNeeded = errors.New("need more packets")
ErrMorePacketsNeeded is returned when more packets are needed.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder is a RTP/H264 decoder.
func (*Decoder) Decode ¶
Decode decodes NALUs from a RTP/H264 packet. It returns the decoded NALUs and their PTS. In case more packets are needed, ErrMorePacketsNeeded is returned.
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is a RTP/H264 encoder.
type PacketConnReader ¶
type PacketConnReader struct {
net.PacketConn
}
PacketConnReader creates a io.Reader around a net.PacketConn.
Click to show internal directories.
Click to hide internal directories.