simplify client-record-format-mpeg4audio (#709)

This commit is contained in:
Alessandro Ros
2025-02-22 18:27:22 +01:00
committed by GitHub
parent 90cac184c9
commit 17ee46e238
14 changed files with 27 additions and 84 deletions

View File

@@ -12,7 +12,7 @@ import (
// This example shows how to
// 1. connect to a RTSP server
// 2. check if there's a H264 format
// 2. check if there's a H264 stream
// 3. save the content of the format in a file in MPEG-TS format
func main() {