2023-03-23 11:31:31 +01:00
2023-03-23 11:28:06 +01:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2022-09-17 21:19:40 +02:00
2023-01-22 11:44:20 +01:00
2020-01-20 10:08:25 +01:00
2023-02-25 17:59:58 +01:00
2023-04-10 12:06:51 +02:00
2023-04-09 17:01:38 +02:00
2023-03-31 12:34:07 +02:00
2022-05-10 10:28:52 +02:00
2023-03-31 12:34:07 +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.18 is required.

Features:

  • Client
    • Query servers about available media streams
    • Read
      • Read media streams from servers with the UDP, UDP-multicast or TCP transport protocol
      • Read TLS-encrypted streams (TCP only)
      • Switch transport protocol automatically
      • Read only selected media streams
      • Pause or seek without disconnecting from the server
      • Generate RTCP receiver reports (UDP only)
      • Reorder incoming RTP packets (UDP only)
    • Publish
      • Publish media streams to servers with the UDP or TCP transport protocol
      • Publish TLS-encrypted streams (TCP only)
      • Switch transport protocol automatically
      • Pause without disconnecting from the server
      • Generate RTCP sender reports
  • Server
    • Handle requests from clients
    • Sessions and connections are independent
    • Publish
      • Read media streams from clients with the UDP or TCP transport protocol
      • Read TLS-encrypted streams (TCP only)
      • Generate RTCP receiver reports (UDP only)
      • Reorder incoming RTP packets (UDP only)
    • Read
      • Write media streams to clients with the UDP, UDP-multicast or TCP transport protocol
      • Write TLS-encrypted streams
      • Compute and provide SSRC, RTP-Info to clients
      • Generate RTCP sender reports
  • Utilities
    • Parse RTSP elements
    • Encode/decode format-specific frames into/from RTP packets. The following formats are supported:
      • Video: H264, H265, M-JPEG, VP8, VP9
      • Audio: G711 (PCMA, PCMU), G722, LPCM, MPEG4 Audio (AAC), Opus

Table of contents

Examples

API Documentation

https://pkg.go.dev/github.com/bluenviron/gortsplib/v3#pkg-index

Standards

Related projects

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