mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
improve examples (#778)
This commit is contained in:
@@ -19,10 +19,10 @@ import (
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's a AV1 stream
|
||||
// 3. decode the AV1 stream into RGBA frames
|
||||
// 4. convert RGBA frames to JPEG images and save them on disk
|
||||
// 1. connect to a RTSP server.
|
||||
// 2. check if there's a AV1 stream.
|
||||
// 3. decode the AV1 stream into RGBA frames.
|
||||
// 4. convert RGBA frames to JPEG images and save them on disk.
|
||||
|
||||
// This example requires the FFmpeg libraries, that can be installed with this command:
|
||||
// apt install -y libavcodec-dev libswscale-dev gcc pkg-config
|
||||
|
Reference in New Issue
Block a user