mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 23:02:45 +08:00
add client-read-republish example (#91)
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"github.com/pion/rtp"
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server and read all tracks on a path
|
||||
// This example shows how to connect to a RTSP server
|
||||
// and read all tracks on a path.
|
||||
|
||||
func main() {
|
||||
c := gortsplib.Client{
|
||||
|
Reference in New Issue
Block a user