add server test with gstreamer

This commit is contained in:
aler9
2020-12-13 22:23:16 +01:00
parent 0674c08d2b
commit d30dbb38f9
3 changed files with 46 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ import (
)
// This example shows how to
// 1. create a RTSP server which accept only connections encrypted with TLS (RTSPS)
// 1. create a RTSP server which accepts only connections encrypted with TLS (RTSPS)
// 2. allow a single client to publish a stream with TCP
// 3. allow multiple clients to read that stream with TCP