From 97c1c6af16683c2e99bf1897af2d26aea089589c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 1 Oct 2014 01:42:23 +0200 Subject: sending keep alives works now --- src/sydra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sydra.c') diff --git a/src/sydra.c b/src/sydra.c index f94610c..a4d2d05 100644 --- a/src/sydra.c +++ b/src/sydra.c @@ -169,7 +169,7 @@ int main_loop(options_t* opt) struct udp_sinks sinks = { { NULL, NULL }, { NULL, NULL }, { NULL, NULL }, { NULL, NULL }, opt->timeout_ }; - struct udp_sources sources = { NULL, NULL, NULL, NULL, opt->keepalive_int_, NULL }; + struct udp_sources sources = { NULL, NULL, NULL, NULL, opt->keepalive_int_, NULL , opt->rtp_port_base_ }; GstElement *pipeline = opt->mode_ == SENDER ? create_sender_pipeline(opt, &sinks) : create_receiver_pipeline(opt, &sources); if(!pipeline) { -- cgit v1.2.3