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

@@ -13,7 +13,7 @@ import (
// This example shows how to
// 1. generate RTP/MPEG-4 audio packets with GStreamer
// 2. connect to a RTSP server, announce an MPEG-4 audio media
// 2. connect to a RTSP server, announce an MPEG-4 audio format
// 3. route the packets from GStreamer to the server
func main() {