diff --git a/src/modules/module-rtp/stream.c b/src/modules/module-rtp/stream.c index e767c8ecc..40daaf2ce 100644 --- a/src/modules/module-rtp/stream.c +++ b/src/modules/module-rtp/stream.c @@ -452,6 +452,7 @@ struct rtp_stream *rtp_stream_new(struct pw_core *core, pw_properties_setf(props, PW_KEY_NODE_RATE, "1/%d", impl->rate); if (direction == PW_DIRECTION_INPUT) { + // TODO: make sess.latency.msec work for sender streams pw_properties_setf(props, PW_KEY_NODE_LATENCY, "%d/%d", impl->psamples, impl->rate); } else {