Add proxy example (#141) (#175)

* cleanup

* add proxy example
This commit is contained in:
Alessandro Ros
2023-01-23 11:23:16 +01:00
committed by GitHub
parent 82dac32f6e
commit 7b6a5f8cb3
16 changed files with 313 additions and 78 deletions

View File

@@ -11,8 +11,9 @@ import (
"github.com/pion/rtp"
)
// This example shows how to connect to a RTSP server
// and read all medias on a path.
// This example shows how to
// 1. connect to a RTSP server
// 2. read all media streams on a path.
func main() {
c := gortsplib.Client{}