update docs

This commit is contained in:
aler9
2022-03-24 12:26:19 +01:00
parent 8ad42f8339
commit b2ad021fa7

View File

@@ -12,7 +12,7 @@ import (
// This example shows how to
// 1. create a RTSP server which accepts plain connections
// 2. allow a single client to publish a stream with TCP or UDP
// 3. allow multiple clients to read that stream with TCP or UDP
// 3. allow multiple clients to read that stream with TCP, UDP or UDP-multicast
type serverHandler struct {
mutex sync.Mutex