diff --git a/src/modules/module-rtp-sap.c b/src/modules/module-rtp-sap.c index ea24a1af6..b127ba7dc 100644 --- a/src/modules/module-rtp-sap.c +++ b/src/modules/module-rtp-sap.c @@ -695,7 +695,7 @@ static struct session *session_new_announce(struct impl *impl, struct node *node sess->announce = true; sdp->hash = pw_rand32(); - sdp->ntp = pw_properties_get_uint32(props, "rtp.ntp", (uint32_t) time(NULL) + 2208988800U); + sdp->ntp = pw_properties_get_uint32(props, "rtp.ntp", (uint32_t) time(NULL) + 2208988800U + impl->n_sessions); sess->props = props; if ((str = pw_properties_get(props, "sess.name")) == NULL)