module-raop: set min-latency correctly

I think we need to set this to the min-latency, not the latency
we will report in the sync messages.

See #3282
This commit is contained in:
Wim Taymans 2023-06-11 19:51:54 +02:00
parent 8eb6c0ec33
commit 802b51a0cb

View file

@ -1252,7 +1252,7 @@ static int rtsp_do_announce(struct impl *impl)
"a=min-latency:%d",
impl->session_id, ip_version, local_ip,
ip_version, host, frames, impl->info.rate,
impl->latency + RAOP_LATENCY_MIN);
RAOP_LATENCY_MIN);
if (!sdp)
return -errno;
break;