summaryrefslogtreecommitdiff
path: root/src/sydra.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-01 01:42:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-01 01:42:23 +0200
commit97c1c6af16683c2e99bf1897af2d26aea089589c (patch)
treed3a63959b9ca755bd9821dba20cefcc2de569a4f /src/sydra.c
parentresolving remote rtp works now (diff)
sending keep alives works now
Diffstat (limited to 'src/sydra.c')
-rw-r--r--src/sydra.c2
1 files changed, 1 insertions, 1 deletions
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) {