mirror of
https://github.com/aler9/gortsplib
synced 2025-09-27 03:25:52 +08:00
improve examples (#778)
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server
|
||||
// 2. check if there's a LPCM stream
|
||||
// 3. get LPCM samples of that format
|
||||
// 1. connect to a RTSP server.
|
||||
// 2. check if there's a LPCM stream.
|
||||
// 3. get LPCM samples of that format.
|
||||
|
||||
func main() {
|
||||
c := gortsplib.Client{}
|
||||
|
Reference in New Issue
Block a user