Files
gortsplib/README.md
2020-11-05 11:39:23 +01:00

1.5 KiB

gortsplib

Build Status Go Report Card PkgGoDev

RTSP 1.0 client and server library for the Go programming language, written for rtsp-simple-server.

Features:

  • Read streams with TCP or UDP
  • Publish streams with TCP or UDP
  • Provides primitives
  • Provides a class for building clients (ConnClient)
  • Provides a class for building servers (ConnServer)

Examples

Documentation

https://pkg.go.dev/github.com/aler9/gortsplib

Related projects

IETF Standards

Conventions