package
0.0.0-20230607064056-7860b573d9b7
Repository: https://github.com/aliveyun/gortsplib.git
Documentation: pkg.go.dev
# Packages
Package rtpav1 contains a RTP/AV1 decoder and encoder.
Package rtph264 contains a RTP/H264 decoder and encoder.
Package rtph265 contains a RTP/H265 decoder and encoder.
Package rtplpcm contains a RTP/LPCM decoder and encoder.
Package rtpmjpeg contains a RTP/M-JPEG decoder and encoder.
Package rtpmpeg2audio contains a RTP/MPEG-2 Audio decoder and encoder.
Package rtpmpeg4audio contains a RTP/MPEG-4 Audio decoder and encoder.
Package rtpmpeg4video contains a RTP/MPEG-4 Video decoder and encoder.
Package rtpsimpleaudio contains a RTP decoder and encoder for audio codecs that fit in a single packet.
Package rtpvp8 contains a RTP/VP8 decoder and encoder.
Package rtpvp9 contains a RTP/VP9 decoder and encoder.
# Functions
Unmarshal decodes a format from a media description.
# Structs
AV1 is a RTP format that uses the AV1 codec.
G711 is a RTP format that uses the G711 codec, encoded with mu-law or A-law.
G722 is a RTP format that uses the G722 codec.
Generic is a generic RTP format.
H264 is a RTP format that uses the H264 codec, defined in MPEG-4 part 10.
H265 is a RTP format that uses the H265 codec.
LPCM is a RTP format that uses the uncompressed, Linear PCM codec.
MJPEG is a RTP format that uses the Motion-JPEG codec.
MPEG2Audio is a RTP format that uses a MPEG-1 or MPEG-2 Audio codec.
MPEG2Video is a RTP format that uses a MPEG-1 or MPEG-2 Video codec.
MPEG4AudioGeneric is a RTP format that uses a MPEG-4 Audio codec.
MPEG4AudioLATM is a RTP format that uses a MPEG-4 Audio codec.
MPEG4VideoES is a RTP format that uses a MPEG-4 Video codec.
MPEGTS is a RTP format that uses MPEG-TS to wrap underlying tracks.
Opus is a RTP format that uses the Opus codec.
Vorbis is a RTP format that uses the Vorbis codec.
VP8 is a RTP format that uses the VP8 codec.
VP9 is a RTP format that uses the VP9 codec.
# Interfaces
Format is a RTP format of a media.
# Type aliases
MPEG4Audio is an alias for MPEG4AudioGeneric.
MPEG4Video is an alias for MPEG4VideoES.