mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
parent
37514ee850
commit
6ea299fc56
2 changed files with 2 additions and 15 deletions
|
|
@ -820,10 +820,7 @@ func (c *rtmpConn) runPublish(ctx context.Context, u *url.URL) error {
|
|||
|
||||
// apiReaderDescribe implements reader.
|
||||
func (c *rtmpConn) apiReaderDescribe() interface{} {
|
||||
return struct {
|
||||
Type string `json:"type"`
|
||||
ID string `json:"id"`
|
||||
}{"rtmpConn", c.uuid.String()}
|
||||
return c.apiSourceDescribe()
|
||||
}
|
||||
|
||||
// apiSourceDescribe implements source.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue