diff --git a/README.md b/README.md index 553c993a..d71ac411 100644 --- a/README.md +++ b/README.md @@ -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