mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
rename 'read' into 'play', 'publish' into 'record' (#463)
This commit is contained in:
@@ -56,7 +56,7 @@ func (c *client) read() error {
|
||||
}
|
||||
defer rc.Close()
|
||||
|
||||
// find published medias
|
||||
// find available medias
|
||||
desc, _, err := rc.Describe(u)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user