Skip to content

Commit

Permalink
fix Authorization err on some stream
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookpro committed Dec 26, 2018
1 parent f6f3916 commit ad2e195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtsp/rtsp-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad2e195

Please sign in to comment.