Eyevinn / srt-whep

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

Fix: reduce latency #55

Closed Wkkkkk closed 11 months ago

Wkkkkk commented 11 months ago

It turned out that elements like srtsrc, srtsink and tsdemux have a default latency of 125, 125, and 700 ms respectively. To minimize the overall latency, we now set them to 0 instead.