update gortsplib

This commit is contained in:
aler9
2022-02-19 23:06:24 +01:00
parent 507afbf73d
commit 87f24f1704
6 changed files with 9 additions and 14 deletions

View File

@@ -174,11 +174,6 @@ func (s *rtspSource) runInner() bool {
readErr := make(chan error)
go func() {
readErr <- func() error {
_, err = c.Options(u)
if err != nil {
return err
}
tracks, baseURL, _, err := c.Describe(u)
if err != nil {
return err