Include dependency graph for live555.cpp:

Data Structures | |
| struct | live_track_t |
| struct | timeout_thread_t |
| struct | demux_sys_t |
Defines | |
| #define | __STDC_CONSTANT_MACROS 1 |
| #define | CACHING_TEXT N_("Caching value (ms)") |
| #define | CACHING_LONGTEXT |
| #define | KASENNA_TEXT N_( "Kasenna RTSP dialect") |
| #define | KASENNA_LONGTEXT |
| #define | USER_TEXT N_("RTSP user name") |
| #define | USER_LONGTEXT |
| #define | PASS_TEXT N_("RTSP password") |
| #define | PASS_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Demux (demux_t *) |
| static int | Control (demux_t *, int, va_list) |
| static int | Connect (demux_t *) |
| static int | SessionsSetup (demux_t *) |
| static int | Play (demux_t *) |
| static int | ParseASF (demux_t *) |
| static int | RollOverTcp (demux_t *) |
| static void | StreamRead (void *, unsigned int, unsigned int, struct timeval, unsigned int) |
| static void | StreamClose (void *) |
| static void | TaskInterrupt (void *) |
| static void * | TimeoutPrevention (vlc_object_t *) |
| static unsigned char * | parseH264ConfigStr (char const *configStr, unsigned int &configSize) |
| static int | b64_decode (char *dest, char *src) |
| #define __STDC_CONSTANT_MACROS 1 |
| #define CACHING_LONGTEXT |
Value:
N_( \ "Allows you to modify the default caching value for RTSP streams. This " \ "value should be set in millisecond units." )
| #define CACHING_TEXT N_("Caching value (ms)") |
| #define KASENNA_LONGTEXT |
Value:
N_( "Kasenna servers use an old and unstandard " \ "dialect of RTSP. When you set this parameter, VLC will try this dialect "\ "for communication. In this mode you cannot connect to normal RTSP servers." )
| #define KASENNA_TEXT N_( "Kasenna RTSP dialect") |
| #define PASS_LONGTEXT |
Value:
N_("Allows you to modify the password that will be " \ "used for the connection.")
| #define PASS_TEXT N_("RTSP password") |
| #define USER_LONGTEXT |
Value:
N_("Allows you to modify the user name that will " \ "be used for authenticating the connection.")
| #define USER_TEXT N_("RTSP user name") |
| static int b64_decode | ( | char * | dest, | |
| char * | src | |||
| ) | [static] |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Connect | ( | demux_t * | ) | [static] |
| static int Control | ( | demux_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int Demux | ( | demux_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int ParseASF | ( | demux_t * | ) | [static] |
| static unsigned char * parseH264ConfigStr | ( | char const * | configStr, | |
| unsigned int & | configSize | |||
| ) | [static] |
| static int Play | ( | demux_t * | ) | [static] |
| static int RollOverTcp | ( | demux_t * | ) | [static] |
| static int SessionsSetup | ( | demux_t * | ) | [static] |
| static void StreamClose | ( | void * | ) | [static] |
| static void StreamRead | ( | void * | , | |
| unsigned | int, | |||
| unsigned | int, | |||
| struct | timeval, | |||
| unsigned | int | |||
| ) | [static] |
| static void TaskInterrupt | ( | void * | ) | [static] |
| static void * TimeoutPrevention | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1