fix Authorization err on some stream

pull/132/head
macbookpro 2018-12-26 17:10:35 +08:00
parent f6f3916b0d
commit ad2e1953ad
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ func (client *RTSPClient) Start(timeout time.Duration) error {
if err != nil {
return err
}
return err
}
sess, err := sdp.ParseString(resp.Body)