mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
Support reading with WebRTC (#1242)
This commit is contained in:
parent
478607a602
commit
5efe97abf1
41 changed files with 2261 additions and 543 deletions
|
|
@ -214,9 +214,6 @@ outer:
|
|||
s.conns[c] = struct{}{}
|
||||
|
||||
case c := <-s.chConnClose:
|
||||
if _, ok := s.conns[c]; !ok {
|
||||
continue
|
||||
}
|
||||
delete(s.conns, c)
|
||||
|
||||
case req := <-s.chAPIConnsList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue