Files
gortsplib/README.md
2020-12-13 21:51:03 +01:00

2.1 KiB

gortsplib

Test Lint 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
    • 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 and write streams with TCP
    • Encrypt streams with TLS (RTSPS)

Table of contents

Examples

API Documentation

https://pkg.go.dev/github.com/aler9/gortsplib

Related projects

IETF Standards

Conventions