summaryrefslogtreecommitdiff
path: root/rtp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-10-05 17:39:32 +0100
committerMike Brady <mikebrady@eircom.net>2017-10-05 17:39:32 +0100
commit139c18bf3ec2e5499e96066547809d16e015f93d (patch)
treef4b2cb6202a832b262bd2193d365f7125db0fc38 /rtp.h
parent44c39fee6a6392e684e1c9944dbaecb3c205ef3f (diff)
Add avahi code to look for the rmeote control information for the client and get the port number from it.
Diffstat (limited to 'rtp.h')
-rw-r--r--rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtp.h b/rtp.h
index 3da1c08..fdd5f97 100644
--- a/rtp.h
+++ b/rtp.h
@@ -13,7 +13,7 @@ void *rtp_control_receiver(void *arg);
void *rtp_timing_receiver(void *arg);
void rtp_setup(SOCKADDR *local, SOCKADDR *remote, int controlport, int timingport,
- uint32_t active_remote, int *local_server_port, int *local_control_port,
+ int *local_server_port, int *local_control_port,
int *local_timing_port, rtsp_conn_info *conn);
void rtp_request_resend(seq_t first, uint32_t count, rtsp_conn_info *conn);
void rtp_request_client_pause(rtsp_conn_info *conn); // ask the client to pause