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

@@ -13,7 +13,7 @@ import (
// This example shows how to
// 1. set additional client options
// 2. generate RTP/H264 frames from a file with GStreamer
// 2. read H264 frames from a file and generate RTP packets with GStreamer
// 3. connect to a RTSP server, announce an H264 format
// 4. write the frames to the server