2021-05-21 19:07:57 +02:00
2021-03-23 21:57:35 +01:00
2021-05-21 18:52:55 +02:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2021-05-16 14:47:44 +02:00
2021-05-07 23:51:23 +02:00
2021-05-16 15:47:29 +02: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
2020-01-20 10:08:25 +01:00
2021-03-20 14:14:34 +01:00
2021-05-21 19:07:57 +02:00
2021-05-11 14:52:41 +02:00

gortsplib

Test Lint Go Report Card 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
    • Read
      • Read streams from servers with UDP, TCP or TLS (RTSPS)
      • Switch protocol automatically (switch to TCP in case of server error or UDP timeout)
      • Read only selected tracks of a stream
      • Pause reading without disconnecting from the server
      • Generate RTCP receiver reports automatically
    • Publish
      • Publish streams to servers with UDP, TCP or TLS (RTSPS)
      • Switch protocol automatically (switch to TCP in case of server error)
      • Pause publishing without disconnecting from the server
      • Generate RTCP sender reports automatically
  • Server
    • Handle requests from clients
    • Sessions and connections are independent
    • Read streams from clients with UDP, TCP or TLS (RTSPS)
    • Write streams to clients with UDP, TCP or TLS (RTSPS)
    • Generate RTCP 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%