mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
20a010c9cd019e1c34dd130bb7dc030114545f9c
gortsplib
RTSP 1.0 library for the Go programming language, written for rtsp-simple-server.
Features:
- Provides primitives, a class for building clients (
ConnClient
) and a class for building servers (ConnServer
) - Supports TCP and UDP streaming protocols
Examples
Documentation
https://pkg.go.dev/github.com/aler9/gortsplib
Links
Related projects
- https://github.com/aler9/rtsp-simple-server
- https://github.com/pion/sdp (SDP library used internally)
- https://github.com/pion/rtcp (RTCP library used internally)
IETF Standards
- RTSP 1.0 https://tools.ietf.org/html/rfc2326
- RTSP 2.0 https://tools.ietf.org/html/rfc7826
- HTTP 1.1 https://tools.ietf.org/html/rfc2616
Languages
Go
99.8%
Makefile
0.2%