ultravideo / uvgRTP

An open-source library for RTP/SRTP media delivery
BSD 2-Clause "Simplified" License
296 stars 84 forks source link

Latency question #173

Closed buldo closed 1 year ago

buldo commented 1 year ago

Hello. I'm working on project where transmitt latency should be as small as possible. Is uvgRTP sends data as soon as possible or cached data for transmittion?

jrsnen commented 1 year ago

Hi.

Currently, the data is sent immediately with the push_frame() function call. Having a low latency in uvgRTP is also important for us.

BR, Joni Räsänen