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/H264 frames from a file with GStreamer
// 1. read H264 frames from a file and generate RTP packets with GStreamer
// 2. connect to a RTSP server, announce an H264 format
// 3. write the frames to the server for 5 seconds
// 4. pause for 5 seconds