Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
71 stars 9 forks source link

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

Closed Wkkkkk closed 2 months ago

Wkkkkk commented 8 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.