update docs

This commit is contained in:
aler9
2020-12-02 00:01:49 +01:00
parent 20fd1459fc
commit 3837ac6db8
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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