forked from External/mediamtx
new variables: MTX_CONN_TYPE, MTX_CONN_ID, MTX_SOURCE_TYPE, MTX_SOURCE_ID, MTX_READER_TYPE, MTX_READ_ID
This commit is contained in:
parent
ed77560811
commit
64d9060560
24 changed files with 359 additions and 162 deletions
|
|
@ -312,8 +312,8 @@ func (s *udpSource) runReader(pc net.PacketConn) error {
|
|||
}
|
||||
|
||||
// apiSourceDescribe implements sourceStaticImpl.
|
||||
func (*udpSource) apiSourceDescribe() pathAPISourceOrReader {
|
||||
return pathAPISourceOrReader{
|
||||
func (*udpSource) apiSourceDescribe() apiPathSourceOrReader {
|
||||
return apiPathSourceOrReader{
|
||||
Type: "udpSource",
|
||||
ID: "",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue