xine-lib 1.2.13-20230125hg15249
|
#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 "input_helper.h"
#include "group_network.h"
Data Structures | |
struct | rtsp_input_plugin_t |
Macros | |
#define | LOG_MODULE "input_rtsp" |
#define | LOG_VERBOSE |
#define | BUFSIZE 1025 |
Functions | |
static off_t | rtsp_plugin_read (input_plugin_t *this_gen, void *buf, off_t len) |
static off_t | rtsp_plugin_seek (input_plugin_t *this_gen, off_t offset, int origin) |
static off_t | rtsp_plugin_seek_time (input_plugin_t *this_gen, int time_offset, int origin) |
static off_t | rtsp_plugin_get_length (input_plugin_t *this_gen) |
static uint32_t | rtsp_plugin_get_capabilities (input_plugin_t *this_gen) |
static off_t | rtsp_plugin_get_current_pos (input_plugin_t *this_gen) |
static void | rtsp_plugin_dispose (input_plugin_t *this_gen) |
static const char * | rtsp_plugin_get_mrl (input_plugin_t *this_gen) |
static int | rtsp_plugin_get_optional_data (input_plugin_t *this_gen, void *data, int data_type) |
static int | rtsp_plugin_open (input_plugin_t *this_gen) |
static input_plugin_t * | rtsp_class_get_instance (input_class_t *cls_gen, xine_stream_t *stream, const char *mrl) |
void * | input_rtsp_init_class (xine_t *xine, const void *data) |
#define BUFSIZE 1025 |
#define LOG_MODULE "input_rtsp" |
#define LOG_VERBOSE |
void * input_rtsp_init_class | ( | xine_t * | xine, |
const void * | data ) |
References input_plugin_s::dispose, input_class_s::get_instance, N_, NULL, and rtsp_class_get_instance().
|
static |
References _x_asprintf(), _x_input_default_get_blocksize(), _x_input_default_read_block(), nbc_init, NULL, rtsp_plugin_dispose(), 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_seek(), and rtsp_plugin_seek_time().
Referenced by input_rtsp_init_class().
|
static |
References _x_freep(), nbc_close, NULL, and rtsp_session_end().
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().
|
static |
References _x_input_seek_preview(), and lprintf.
Referenced by rtsp_class_get_instance().
|
static |
References lprintf, and rtsp_session_set_start_time().
Referenced by rtsp_class_get_instance().