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

@@ -15,7 +15,7 @@ import (
// This example shows how to
// 1. connect to a RTSP server
// 2. check if there's a AV1 format
// 2. check if there's a AV1 stream
// 3. decode the AV1 stream into RGBA frames
// This example requires the FFmpeg libraries, that can be installed with this command: