RTSP Response Handlers
[RTSP Layer]

Collaboration diagram for RTSP Response Handlers:

Functions

int handle_rtsp_pkt (rtsp_thread *)
int handle_get_response (rtsp_thread *)
int handle_setup_response (rtsp_thread *)
int handle_play_response (rtsp_thread *)
int handle_pause_response (rtsp_thread *)
int handle_teardown_response (rtsp_thread *)

Detailed Description

RTSP Response Handlers, they are used by the RTSP state machine to handle incoming responses.

Function Documentation

int handle_rtsp_pkt ( rtsp_thread rtsp_th  ) 

Handles any incoming rtsp packet, it is called by the main loop. It then calls the correct handling function depending on the current state of the thread

Parameters:
rtsp_th The thread for which to handle the pending packets
Returns:
0 or 1 on invalid or unexpected packet

Definition at line 213 of file rtsp_handlers.c.

References rtsp_buffer::data, rtsp_thread::in_buffer, rtsp_thread::interleaved, and rtsp_thread::transport.

Referenced by rtsp().


Generated on Tue Feb 3 03:10:03 2009 for libnemesi by  doxygen 1.5.4