directory
0.0.0-20221013151933-ea4eb1938f82
Repository: https://github.com/cobalt-robotics/gortsplib.git
Documentation: pkg.go.dev

# Packages

Package auth contains utilities to perform authentication.
Package base contains the primitives of the RTSP protocol.
Package bits contains functions to read/write bits from/to buffers.
Package conn contains a RTSP TCP connection implementation.
Package h264 contains utilities to work with the H264 codec.
Package headers contains various RTSP headers.
Package liberrors contains errors returned by the library.
Package mpeg4audio contains utilities to work with MPEG-4 audio codecs.
Package multibuffer contains a buffer with multiple levels.
Package ringbuffer contains a ring buffer.
Package rtcpreceiver contains a utility to generate RTCP receiver reports.
Package rtcpsender contains a utility to generate RTCP sender reports.
Package rtpcleaner contains a cleaning utility.
Package rtph264 contains a RTP/H264 decoder and encoder.
Package rtpmpeg4audio contains a RTP/MPEG4-audio decoder and encoder.
No description provided by the author
Package rtptimedec contains a RTP timestamp decoder.
Package sdp contains a SDP encoder/decoder compatible with most RTSP implementations.
Package url contains the URL structure.