From b2ad021fa7d65941f20a5f74ca19082ebb635a7c Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 24 Mar 2022 12:26:19 +0100 Subject: [PATCH] update docs --- examples/server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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