From 3837ac6db81e11867cbedfa6675ff9b3d21b0f30 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 2 Dec 2020 00:01:49 +0100 Subject: [PATCH] update docs --- examples/client-publish-options.go | 2 +- examples/client-publish-pause.go | 2 +- examples/client-publish.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/client-publish-options.go b/examples/client-publish-options.go index 5343897f..c4d0a0d2 100644 --- a/examples/client-publish-options.go +++ b/examples/client-publish-options.go @@ -15,7 +15,7 @@ import ( // 1. set additional client options // 2. generate RTP/H264 frames from a file with Gstreamer // 3. connect to a RTSP server, announce a H264 track -// 4. write the frames of the track +// 4. write the frames to the server func main() { // open a listener to receive RTP/H264 frames diff --git a/examples/client-publish-pause.go b/examples/client-publish-pause.go index c7c1866f..b7ecc0ef 100644 --- a/examples/client-publish-pause.go +++ b/examples/client-publish-pause.go @@ -14,7 +14,7 @@ import ( // This example shows how to // 1. generate RTP/H264 frames from a file with Gstreamer // 2. connect to a RTSP server, announce a H264 track -// 3. write the frames of the track for 5 seconds +// 3. write the frames to the server for 5 seconds // 4. pause for 5 seconds // 5. repeat diff --git a/examples/client-publish.go b/examples/client-publish.go index 87f71e54..5c48c0e5 100644 --- a/examples/client-publish.go +++ b/examples/client-publish.go @@ -13,7 +13,7 @@ import ( // This example shows how to // 1. generate RTP/H264 frames from a file with Gstreamer // 2. connect to a RTSP server, announce a H264 track -// 3. write the frames of the track +// 3. write the frames to the server func main() { // open a listener to receive RTP/H264 frames