2022-06-03 11:08:11 +02:00
2022-06-03 11:02:42 +02:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2022-03-13 14:49:44 +01:00
2022-06-02 18:04:22 +02:00
2022-04-10 15:12:33 +02:00
2022-04-10 15:19:55 +02:00
2022-05-27 14:16:28 +02:00
2022-05-27 14:16:28 +02:00
2020-01-20 10:08:25 +01:00
2022-06-01 12:43:36 +02:00
2022-06-02 18:04:22 +02:00
2022-04-15 12:57:20 +02:00
2022-04-07 12:57:23 +02:00
2022-03-09 09:43:11 +01:00
2022-04-07 12:57:23 +02:00
2022-03-09 09:43:11 +01:00
2022-04-07 12:57:23 +02:00
2022-04-22 15:14:41 +02:00
2022-04-22 15:14:41 +02:00
2022-04-24 22:02:35 +02:00
2022-05-10 10:28:52 +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.16 is required.

Features:

  • Client
    • Query servers about available streams
    • Read
      • Read streams from servers with the UDP, UDP-multicast or TCP transport protocols
      • Read streams encrypted with 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 the UDP or TCP transport protocols
      • Publish streams encrypted with 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
    • Write streams to clients with the UDP, UDP-multicast or TCP transport protocols
    • Write streams to clients encrypted with TLS
    • Read streams from clients with the UDP or TCP transport protocols
    • Write streams to clients encrypted with 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

Standards

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