mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-10 04:11:59 -08:00
rename client into readpublisher
This commit is contained in:
parent
e3dcdf2204
commit
681db142f7
11 changed files with 248 additions and 248 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue