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