diff --git a/client.go b/client.go index 9f7db41..d91b1ab 100644 --- a/client.go +++ b/client.go @@ -309,7 +309,7 @@ func (client *RTSP) startStream() { headers := make(map[string]string) headers["Require"] = "implicit-play" // An OPTIONS request returns the request types the server will accept. - if err := client.RequestNoResp("OPTIONS", headers); err != nil { + if err := client.RequestNoResp("GET_PARAMETER", headers); err != nil { // ignore... } }