mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
improve examples (#778)
This commit is contained in:
@@ -13,10 +13,10 @@ import (
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's a M-JPEG stream
|
||||
// 3. get JPEG images of that format
|
||||
// 4. decode JPEG images into RGBA frames
|
||||
// 1. connect to a RTSP server.
|
||||
// 2. check if there's a M-JPEG stream.
|
||||
// 3. get JPEG images of that format.
|
||||
// 4. decode JPEG images into RGBA frames.
|
||||
|
||||
func main() {
|
||||
c := gortsplib.Client{}
|
||||
|
Reference in New Issue
Block a user