Description
Hi,
In livekit/egress you support SRT egress, which is great. Do you have plans to bring SRT to ingress?
The reason why I'm asking is to get rid of tape recorder effect that happens with Ingress during packet loss / bandwidth issues which causes video to stay behind more than 10 seconds (if not more).
When I tested same scenario with SRT publishing to OvenMediaEngine -> RTMP push from OvenMediaEngine to livekit/ingress, there is no problem, because SRT is a reliable UDP protocol.
SRT is widely supported, OBS supports it, ffmpeg supports it.
Oh, SRT also supports H265 codec, which can help save bandwidth on client side, and video can be transcoded to H264 on livekit/ingress as usual.
In my opinion it'd be great to have this feature.