Files
gortsplib/README.md
2021-03-13 13:43:42 +01:00

2.6 KiB

gortsplib

Test Lint CodeCov PkgGoDev

RTSP 1.0 client and server library for the Go programming language, written for rtsp-simple-server.

Features:

  • Client
    • Read streams from servers with UDP or TCP
    • Publish streams to servers with UDP or TCP
    • Encrypt streams with TLS (RTSPS)
    • Query servers about published streams
    • Read only selected tracks of a stream
    • Pause reading or publishing without disconnecting from the server
  • Server
    • Handle requests from clients
    • Read streams from clients with UDP or TCP
    • Send streams to clients with UDP or TCP
    • Encrypt streams with TLS (RTSPS)
  • General
    • RTCP reports are generated automatically
    • Encode and decode RTSP primitives, RTP/H264, RTP/AAC, SDP

Table of contents

Examples

API Documentation

https://pkg.go.dev/github.com/aler9/gortsplib#pkg-index

Related projects

IETF Standards

Conventions