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