2021-03-15 21:00:19 +01:00
2021-03-13 18:04:57 +01:00
2021-03-14 16:48:49 +01:00
2020-01-20 10:15:24 +01:00
2021-02-13 20:13:19 +01:00
2020-12-30 17:14:48 +01:00
2021-03-14 12:26:29 +01:00
2021-03-13 18:04:53 +01:00
2021-03-13 18:38:03 +01:00
2021-03-14 12:26:29 +01:00
2021-01-06 12:26:07 +01:00
2021-03-09 21:33:04 +01:00
2021-03-09 21:33:04 +01:00
2021-03-13 18:04:53 +01:00
2020-01-20 10:08:25 +01:00
2021-03-05 19:57:43 +01:00
2021-03-13 18:04:57 +01:00
2021-03-06 09:46:24 +01:00
2021-03-06 09:46:24 +01: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
    • Read streams from servers with UDP or TCP
    • Publish streams to servers with UDP or TCP
    • Encrypt streams with TLS (RTSPS)
    • Query servers about published streams
    • Read only selected tracks of a stream
    • Pause reading or publishing without disconnecting from the server
  • Server
    • Handle requests from clients
    • Read streams from clients with UDP or TCP
    • Send streams to clients with UDP or TCP
    • Encrypt streams with TLS (RTSPS)
  • General
    • RTCP reports are generated automatically
    • 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%