Skip to content

Commit

Permalink
Merge pull request #332 from acardace/fix-isapi-2way
Browse files Browse the repository at this point in the history
Fix ISAPI 2 Way Audio
  • Loading branch information
AlexxIT committed Apr 14, 2023
2 parents 93be5cd + 3e97ce8 commit 5c657d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/streams/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ producers:
continue producers
}
}
for _, track := range producer.senders {
if len(track.Senders()) > 0 {
continue producers
}
}
producer.stop()
}
s.mu.Unlock()
Expand Down

0 comments on commit 5c657d5

Please sign in to comment.