1
0
Fork 0
forked from External/mediamtx

Support reading with WebRTC (#1242)

This commit is contained in:
Alessandro Ros 2022-12-16 00:50:47 +01:00 committed by GitHub
parent 478607a602
commit 5efe97abf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 2261 additions and 543 deletions

View file

@ -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: