|
xine-lib
1.2.9
|
#include <unistd.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include "bswap.h"#include <xine/xine_internal.h>#include <xine/xineutils.h>#include <xine/input_plugin.h>#include "librtsp/rtsp_session.h"#include "net_buf_ctrl.h"#include "group_network.h"Data Structures | |
| struct | rtsp_input_plugin_t |
Macros | |
| #define | LOG_MODULE "input_rtsp" |
| #define | LOG_VERBOSE |
| #define | BUFSIZE 1025 |
| #define BUFSIZE 1025 |
Referenced by rtsp_plugin_seek().
| #define LOG_MODULE "input_rtsp" |
| #define LOG_VERBOSE |
| void* input_rtsp_init_class | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_input_class_dispose, N_, NULL, and rtsp_class_get_instance().
|
static |
References _x_asprintf(), nbc_init(), NULL, rtsp_plugin_dispose(), rtsp_plugin_get_blocksize(), rtsp_plugin_get_capabilities(), rtsp_plugin_get_current_pos(), rtsp_plugin_get_length(), rtsp_plugin_get_mrl(), rtsp_plugin_get_optional_data(), rtsp_plugin_open(), rtsp_plugin_read(), rtsp_plugin_read_block(), rtsp_plugin_seek(), and rtsp_plugin_seek_time().
Referenced by input_rtsp_init_class().
|
static |
References nbc_close(), NULL, and rtsp_session_end().
Referenced by rtsp_class_get_instance().
|
static |
Referenced by rtsp_class_get_instance().
|
static |
References INPUT_CAP_PREVIEW, and INPUT_CAP_RIP_FORBIDDEN.
Referenced by rtsp_class_get_instance().
|
static |
Referenced by rtsp_class_get_instance().
|
static |
Referenced by rtsp_class_get_instance().
|
static |
Referenced by rtsp_class_get_instance().
|
static |
References INPUT_OPTIONAL_DATA_PREVIEW, INPUT_OPTIONAL_UNSUPPORTED, MAX_PREVIEW_SIZE, and rtsp_session_peek_header().
Referenced by rtsp_class_get_instance().
|
static |
References lprintf, and rtsp_session_start().
Referenced by rtsp_class_get_instance().
|
static |
References lprintf, and rtsp_session_read().
Referenced by rtsp_class_get_instance(), rtsp_plugin_read_block(), and rtsp_plugin_seek().
|
static |
|
static |
References BUFSIZE, lprintf, and rtsp_plugin_read().
Referenced by rtsp_class_get_instance().
|
static |
References lprintf, and rtsp_session_set_start_time().
Referenced by rtsp_class_get_instance().
1.8.14