Commit 74afcf63 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Same as previous commit, for RTP/TS

parent b33adb77
......@@ -188,7 +188,7 @@ char *vAddSDPMedia (const char *type, int dport, const char *protocol,
else
*sdp_fmtp = '\0';
if (asprintf (&sdp_media, "m=%s %u %s %d\r\n" "%s" "%s",
if (asprintf (&sdp_media, "m=%s %u %s %d\r\n" "b=RR:0\r\n" "%s" "%s",
type, dport, protocol, pt,
sdp_rtpmap, sdp_fmtp) == -1)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment