add client-record-format-h264-from-disk (#578)

This commit is contained in:
Alessandro Ros
2024-05-25 19:04:41 +02:00
committed by GitHub
parent b3204e7cda
commit 29c6e18e89
25 changed files with 184 additions and 45 deletions

View File

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