Merge /home/maan/scm/paraslash.fml/paraslash
[paraslash.git] / ortp_recv.c
index 1f2f78b7d08322e2d82550fc31335fed1149a2cf..287d7064acd4f2ec9cb67672ad6ed4835181224e 100644 (file)
@@ -282,6 +282,7 @@ static int ortp_recv_open(struct receiver_node *rn)
        pord->session = rtp_session_new(RTP_SESSION_RECVONLY);
        PARA_NOTICE_LOG("receiving from %s:%d\n", c->host_arg, c->port_arg);
        rtp_session_set_local_addr(pord->session, c->host_arg, c->port_arg);
+       rtp_session_set_remote_addr(pord->session, c->host_arg, c->port_arg);
        rtp_session_set_payload_type(pord->session, PAYLOAD_AUDIO_CONTINUOUS);
        if (c->jitter_compensation_arg) {
                rtp_session_enable_adaptive_jitter_compensation(pord->session, TRUE);