2021-07-03 11:52:51 +02:00
2021-03-23 21:57:35 +01:00
2021-07-03 11:52:51 +02:00
2021-07-03 11:52:51 +02:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2021-05-23 18:50:50 +02:00
2021-06-23 23:07:55 +02:00
2021-06-05 23:17:10 +02:00
2021-06-19 18:57:01 +02:00
2021-06-17 16:45:24 +02:00
2020-01-20 10:08:25 +01:00
2021-05-23 18:50:50 +02:00
2021-06-21 10:11:20 +02:00
2021-06-19 19:16:56 +02:00
2021-06-23 23:07:55 +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, UDP-multicast, TCP or TLS
      • Switch protocol automatically (switch to TCP in case of server error or UDP timeout)
      • Read only selected tracks of a stream
      • Pause or seek without disconnecting from the server
      • Generate RTCP receiver reports automatically
    • Publish
      • Publish streams to servers with UDP, TCP or TLS
      • Switch protocol automatically (switch to TCP in case of server error)
      • Pause 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
    • Write streams to clients with UDP, UDP-multicast, TCP or TLS
    • Provide SSRC, RTP-Info to clients automatically
    • 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%