update readme

This commit is contained in:
Alessandro Ros
2020-09-20 10:13:17 +02:00
committed by GitHub
parent 0fb858afd7
commit 4b0afaebb3

View File

@@ -8,8 +8,8 @@
RTSP 1.0 library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server).
Features:
* Read streams via TCP or UDP
* Provides primitives, a class for building clients (`ConnClient`) and a class for building servers (`ConnServer`)
* Supports TCP and UDP streaming protocols
## Examples