support tracks without clock rate

This commit is contained in:
aler9
2022-11-27 21:17:48 +01:00
parent f16cb173b7
commit d521a785c4
9 changed files with 75 additions and 129 deletions

View File

@@ -1229,7 +1229,7 @@ func (c *Client) doDescribe(u *url.URL) (Tracks, *url.URL, *base.Response, error
}
var tracks Tracks
sd, err := tracks.Unmarshal(res.Body, true)
sd, err := tracks.Unmarshal(res.Body)
if err != nil {
return nil, nil, nil, err
}