Merge pull request #5 from ourfor-pp/master

修复保活请求的bug
This commit is contained in:
dexter
2020-08-29 07:48:16 +08:00
committed by GitHub

View File

@@ -263,6 +263,7 @@ func (client *RTSP) requestStream() (err error) {
headers = make(map[string]string)
if session != "" {
headers["Session"] = session
client.Session = session
}
resp, err = client.Request("PLAY", headers)
return err