summaryrefslogtreecommitdiff
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.c b/src/stream.c
index 97e15ce..acd4766 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -438,7 +438,7 @@ int stream_send(struct stream *s, bool marker, int pt, uint32_t ts,
pt = s->pt_enc;
if (pt >= 0) {
- err = rtp_send(s->rtp, sdp_media_raddr(s->sdp),
+ err = rtp_send(s->rtp, sdp_media_raddr(s->sdp), false,
marker, pt, ts, mb);
if (err)
s->metric_tx.n_err++;