add example client-record-format-mjpeg-from-image (#489) (#512)

This commit is contained in:
Alessandro Ros
2024-01-27 19:34:25 +01:00
committed by GitHub
parent 0b6dda672f
commit bb139dbd4a
14 changed files with 117 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ import (
// This example shows how to
// 1. set additional client options
// 2. generate RTP/H264 frames from a file with GStreamer
// 3. connect to a RTSP server, announce an H264 media
// 3. connect to a RTSP server, announce an H264 format
// 4. write the frames to the server
func main() {