diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 00:13:53 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 00:13:53 +0200 |
commit | 71c3b511e3df7619c92a045f6781034191b2004a (patch) | |
tree | 143ef3539a1c7941a2621ea9a8638f4a96cc16d7 /src/options.h | |
parent | also listening for packets on IPv6 sockets (diff) |
binding to address/port
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 3f8d551..a6f1067 100644 --- a/src/options.h +++ b/src/options.h @@ -62,6 +62,8 @@ struct options_struct { char* rtp_host_; int rtp_port_base_; + char* rtp_addr_local_; + int rtp_port_base_local_; char* preview_videosink_; |