diff --git a/daemon/sdp.c b/daemon/sdp.c index cbc9d02df..b3a7fd1bb 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -1666,10 +1666,8 @@ int sdp_streams(const GQueue *sessions, GQueue *streams, struct sdp_ng_flags *fl /* determine RTCP endpoint */ - if (attr_get_by_id(&media->attributes, ATTR_RTCP_MUX)) { + if (attr_get_by_id(&media->attributes, ATTR_RTCP_MUX)) SP_SET(sp, RTCP_MUX); - goto next; - } attr = attr_get_by_id(&media->attributes, ATTR_RTCP); if (!attr || media->port_count != 1) {