update readme

This commit is contained in:
aler9
2020-11-07 19:01:24 +01:00
parent 6c9dc82a55
commit 42b9e11e35

View File

@@ -8,11 +8,10 @@
RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server). RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server).
Features: Features:
* Read streams with TCP or UDP * Read streams from servers with TCP or UDP
* Publish streams with TCP or UDP * Publish streams to servers with TCP or UDP
* Provides primitives * Build servers
* Provides a class for building clients (`ConnClient`) * Provides most methods and primitives of the protocol
* Provides a class for building servers (`ConnServer`)
## Examples ## Examples