rename client into readpublisher

This commit is contained in:
aler9 2021-04-27 19:19:47 +02:00
parent e3dcdf2204
commit 681db142f7
11 changed files with 248 additions and 248 deletions

View file

@ -11,7 +11,7 @@ import (
// DialContext connects to a server in reading mode.
func DialContext(ctx context.Context, address string) (*Conn, error) {
// https://github.com/aler9/rtmp/blob/master/format/rtmp/client.go#L74
// https://github.com/aler9/rtmp/blob/master/format/rtmp/readpublisher.go#L74
u, err := url.Parse(address)
if err != nil {