|
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 *) |
| 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
| rtsp_th | The thread for which to handle the pending packets |
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().
1.5.4