summaryrefslogtreecommitdiff
path: root/rtp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-08-25 10:33:17 +0100
committerMike Brady <mikebrady@eircom.net>2017-08-25 10:33:17 +0100
commit15ba732458b7768d8c67737639e7b8f023d9def5 (patch)
tree5afcc13b740e6407b10f8c0fab3198e2dc81344d /rtp.h
parent4a77f45c1ccd3f337fe5c2a2b1e4bb818f918222 (diff)
Change behaviour when TEARDOWN is received -- don't close down the RTSP conversation, but wait for it to be closed. Add more debug messages.
Diffstat (limited to 'rtp.h')
-rw-r--r--rtp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtp.h b/rtp.h
index e0ebefa..3da1c08 100644
--- a/rtp.h
+++ b/rtp.h
@@ -15,7 +15,6 @@ 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_timing_port, rtsp_conn_info *conn);
-void rtp_shutdown(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