mirror of https://github.com/EasyDarwin/EasyDarwin
fix Authorization err on some stream
parent
f6f3916b0d
commit
ad2e1953ad
|
@ -251,7 +251,6 @@ func (client *RTSPClient) Start(timeout time.Duration) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sess, err := sdp.ParseString(resp.Body)
|
sess, err := sdp.ParseString(resp.Body)
|
||||||
|
|
Loading…
Reference in New Issue