diff --git a/examples/server/main.go b/examples/server/main.go index 55be7c0b..8caaca54 100644 --- a/examples/server/main.go +++ b/examples/server/main.go @@ -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