2021-04-26 19:39:20 +02:00
2021-03-23 21:57:35 +01:00
2021-04-26 19:39:20 +02:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2021-03-31 21:13:01 +02:00
2021-03-28 15:16:31 +02:00
2021-03-21 18:55:30 +01:00
2021-01-06 12:26:07 +01:00
2021-03-21 19:51:32 +01:00
2021-03-21 19:51:32 +01:00
2021-03-13 18:04:53 +01:00
2020-01-20 10:08:25 +01:00
2021-03-20 14:14:34 +01:00
2021-03-28 15:16:31 +02:00
2021-04-24 18:37:24 +02:00
2021-03-28 15:16:31 +02:00
2021-03-30 23:29:21 +02:00

gortsplib

Test Lint CodeCov PkgGoDev

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

Go ≥ 1.14 is required.

Features:

  • Client
    • Query servers about available streams
    • Encrypt connection with TLS (RTSPS)
    • Reading
      • Read streams from servers with UDP or TCP
      • Switch protocol automatically (switch to TCP in case of code 451 or UDP timeout)
      • Read only selected tracks of a stream
      • Pause reading without disconnecting from the server
      • Generate RTCP receiver reports automatically
    • Publishing
      • Publish streams to servers with UDP or TCP
      • Switch protocol automatically (switch to TCP in case of code 451)
      • Pause publishing without disconnecting from the server
      • Generate RTCP sender reports automatically
  • Server
    • Handle requests from clients
    • Read streams from clients with UDP or TCP
    • Write streams to clients with UDP or TCP
    • Encrypt streams with TLS (RTSPS)
    • Generate RTCP sender and receiver reports automatically
  • Utilities
    • 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

Description
No description provided
Readme MIT 15 MiB
Languages
Go 99.8%
Makefile 0.2%