mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
c11f056530475cb7fe07ba5779fa30a453c3fb05
gortsplib
RTSP 1.0 client and server library for the Go programming language, written for rtsp-simple-server.
Features:
- Client
- Query servers about published tracks
- Read tracks from servers with UDP or TCP
- Read only selected tracks
- Publish tracks to servers with UDP or TCP
- Pause reading or publishing without disconnecting from the server
- Server
- Build servers and handle publishers and readers
Table of contents
Examples
- client-query
- client-read
- client-read-partial
- client-read-options
- client-read-pause
- client-publish
- client-publish-options
- client-publish-pause
- server
API 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%