Go to the source code of this file.
Classes | |
| struct | RTSPTransportField |
| struct | RTSPHeader |
| struct | RTSPActionServerSetup |
Typedefs | |
| typedef int | FFRTSPCallback (enum RTSPCallbackAction action, const char *session_id, char *buf, int buf_size, void *arg) |
Enumerations | |
| enum | RTSPProtocol { RTSP_PROTOCOL_RTP_UDP = 0, RTSP_PROTOCOL_RTP_TCP = 1, RTSP_PROTOCOL_RTP_UDP_MULTICAST = 2 } |
| enum | RTSPCallbackAction { RTSP_ACTION_SERVER_SETUP, RTSP_ACTION_SERVER_TEARDOWN, RTSP_ACTION_CLIENT_SETUP, RTSP_ACTION_CLIENT_TEARDOWN } |
| the callback can be used to extend the connection setup/teardown step More... | |
Functions | |
| int | rtsp_init (void) |
| void | rtsp_parse_line (RTSPHeader *reply, const char *buf) |
| int | rtsp_pause (AVFormatContext *s) |
| int | rtsp_resume (AVFormatContext *s) |
Variables | |
| int | rtsp_default_protocols |
| int | rtsp_rtp_port_min |
| int | rtsp_rtp_port_max |
| typedef int FFRTSPCallback(enum RTSPCallbackAction action, const char *session_id, char *buf, int buf_size, void *arg) |
| enum RTSPProtocol |
| enum RTSPCallbackAction |
| int rtsp_init | ( | void | ) |
| void rtsp_parse_line | ( | RTSPHeader * | reply, | |
| const char * | buf | |||
| ) |
| int rtsp_pause | ( | AVFormatContext * | s | ) |
| int rtsp_resume | ( | AVFormatContext * | s | ) |
1.5.5