Eyevinn / whip

Client and Server modules for WebRTC HTTP Ingestion Protocol (WHIP)
Apache License 2.0
94 stars 15 forks source link

feat: viewer count per channel #30

Closed birme closed 2 years ago

birme commented 2 years ago

This PR adds the feature of maintaining a viewer count per channel. It also includes a bit of refactoring of the broadcaster implementation and handling of viewers.

It also resolves the critical issue #31 where viewers that failed to connect never released resources.