mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
improve examples (#778)
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's a H265 stream
|
||||
// 3. decode the H265 stream into RGBA frames
|
||||
// 1. connect to a RTSP server.
|
||||
// 2. check if there's a H265 stream.
|
||||
// 3. decode the H265 stream into RGBA frames.
|
||||
|
||||
// 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