mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
b86fdca8b4227d81c32463dd0a94e0be74261eab
gortsplib
RTSP 1.0 client and server library for the Go programming language, written for rtsp-simple-server.
Features:
- Read streams from servers with TCP or UDP
- Publish streams to servers with TCP or UDP
- Build servers
- Provides most methods and primitives of the protocol
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)
- https://github.com/pion/rtp (RTP library used internally)
- https://github.com/notedit/rtmp (RTMP 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
Conventions
Languages
Go
99.8%
Makefile
0.2%