Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
80 stars 10 forks source link

Feature: replace polling with timers for asynchronous event notification. #56

Closed Wkkkkk closed 4 months ago

Wkkkkk commented 10 months ago

For the moment, we are polling for SDPs every second and timeout in 10 tries. It'd be better if we could instead use timers/signals to indicate new SDPs.