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

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