live555.cpp File Reference

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 WMSERVER_TEXT   N_("WMServer RTSP dialect")
#define WMSERVER_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 *)
 Probes and initializes.
static void Close (vlc_object_t *)
 Releases resources.
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 (void *)
static unsigned char * parseH264ConfigStr (char const *configStr, unsigned int &configSize)
static const char * strempty (const char *s)
static Boolean toBool (bool b)
static block_tStreamParseAsf (demux_t *p_demux, live_track_t *tk, bool b_marker, const uint8_t *p_data, unsigned i_size)

Define Documentation

#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 nonstandard " \
    "dialect of RTSP. With this parameter VLC will try this dialect, but "\
    "then it cannot connect to normal RTSP servers." )

#define KASENNA_TEXT   N_( "Kasenna RTSP dialect")

#define PASS_LONGTEXT

Value:

N_("Sets the password for the connection, " \
    "if no username or password are set in the url.")

#define PASS_TEXT   N_("RTSP password")

#define USER_LONGTEXT

Value:

N_("Sets the username for the connection, " \
    "if no username or password are set in the url.")

#define USER_TEXT   N_("RTSP user name")

#define WMSERVER_LONGTEXT

Value:

N_("WMServer uses an unstandard dialect " \
    "of RTSP. Selecting this parameter will tell VLC to assume some " \
    "options contrary to RFC 2326 guidelines.")

#define WMSERVER_TEXT   N_("WMServer RTSP dialect")


Function Documentation

static void Close ( vlc_object_t p_this  )  [static]

Releases resources.

Close the module.

Destroys the X11 window.

Disconnect from the X server.

Close a SDL video output.

It destroys an OpenGL vout display.

Terminate a vout display created by Open.

It destroyes a Direct3D vout display.

Terminate an output method created by Open.

Release the drawable.

Close a libcaca video output.

Close a aa video output method.

Close the filter.

Terminate a splitter module.

This function closes a clone video splitter module.

Common close function.

Releases allocate resources.

Close: Destructor.

Parameters:
p_this pointer to this filter object
p_this,: the filter object

static int Connect ( demux_t p_demux  )  [static]

static int Control ( demux_t p_demux,
int  i_query,
va_list  args 
) [static]

static int Demux ( demux_t p_demux  )  [static]

static int Open ( vlc_object_t p_this  )  [static]

Probes and initializes.

Basic chorus/flanger/delay audio filter This implements a variable delay filter for VLC.

Todo:

  • Improve CDDB support (non-blocking, cache, .

Open the module.

Create an X11 window.

Probe the X server.

This function initializes SDL vout method.

It creates an OpenGL vout display.

This function allocates and initialize the DirectX vout display.

It creates a Direct3D vout display.

This function allocates and initializes a FB vout method.

Find the drawable set by libvlc application.

This function initializes libcaca vout method.

This function allocates and initializes a aa vout method.

This function allocates and initializes a Wall splitter module.

Open the filter.

This function allocates and initializes a Clone splitter module.

Open: initialize and create stuff.

Connect to the sftp server and ask for a file.

Parameters:
p_this,: the vlc_object
Returns:
VLC_SUCCESS if everything was fine
Parameters:
p_this 
p_this,: the filter object
Returns:
VLC_SUCCESS or vlc error codes

Todo:
Reinstate meta codec name

static int ParseASF ( demux_t p_demux  )  [static]

static unsigned char * parseH264ConfigStr ( char const *  configStr,
unsigned int &  configSize 
) [static]

static int Play ( demux_t p_demux  )  [static]

static int RollOverTcp ( demux_t p_demux  )  [static]

static int SessionsSetup ( demux_t p_demux  )  [static]

References es_format_t::audio, AUDIO_ES, live_track_t::b_asf, live_track_t::b_discard_trunc, demux_sys_t::b_force_mcast, demux_sys_t::b_multicast, live_track_t::b_muxed, demux_sys_t::b_no_data, es_format_t::b_packetized, live_track_t::b_quicktime, demux_sys_t::b_real, live_track_t::b_rtcp_sync, demux_sys_t::env, es_format_Clean(), es_format_Init(), es_out_Add(), live_track_t::fmt, es_format_t::i_bitrate, audio_format_t::i_bitspersample, live_track_t::i_buffer, audio_format_t::i_channels, es_format_t::i_codec, es_format_t::i_extra, demux_sys_t::i_no_data_ti, live_track_t::i_npt, demux_sys_t::i_npt_length, demux_sys_t::i_npt_start, live_track_t::i_pts, audio_format_t::i_rate, demux_sys_t::i_track, demux_sys_t::ms, msg_Dbg, msg_Err, msg_Info, msg_Warn, demux_t::out, live_track_t::p_asf_block, live_track_t::p_buffer, live_track_t::p_demux, live_track_t::p_es, es_format_t::p_extra, demux_sys_t::p_out_asf, live_track_t::p_out_muxed, demux_sys_t::p_sdp, demux_t::p_sys, parseH264ConfigStr(), demux_sys_t::rtsp, SPU_ES, strcasestr(), stream_DemuxNew(), StreamClose(), live_track_t::sub, toBool(), demux_sys_t::track, var_CreateGetBool, var_CreateGetInteger, var_GetBool, VIDEO_ES, VLC_CODEC_A52, VLC_CODEC_ADPCM_G726, VLC_CODEC_ALAW, VLC_CODEC_AMR_NB, VLC_CODEC_AMR_WB, VLC_CODEC_H261, VLC_CODEC_H263, VLC_CODEC_H264, VLC_CODEC_ITU_T140, VLC_CODEC_MJPG, VLC_CODEC_MP4A, VLC_CODEC_MP4V, VLC_CODEC_MPGA, VLC_CODEC_MPGV, VLC_CODEC_MULAW, VLC_EGENERIC, VLC_ENOMEM, VLC_FOURCC, vlc_object_alive, VLC_SUCCESS, VLC_TS_INVALID, live_track_t::waiting, xmalloc(), and xrealloc().

Referenced by RollOverTcp().

static void StreamClose ( void *  p_private  )  [static]

static block_t* StreamParseAsf ( demux_t p_demux,
live_track_t tk,
bool  b_marker,
const uint8_t *  p_data,
unsigned  i_size 
) [static]

static void StreamRead ( void *  p_private,
unsigned int  i_size,
unsigned int  i_truncated_bytes,
struct timeval  pts,
unsigned int  duration 
) [static]

static const char* strempty ( const char *  s  )  [inline, static]

Referenced by Connect().

static void TaskInterrupt ( void *  p_private  )  [static]

static void * TimeoutPrevention ( void *  p_data  )  [static]

static Boolean toBool ( bool  b  )  [inline, static]

Referenced by SessionsSetup().

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Tue May 25 08:05:16 2010 for VLC by  doxygen 1.5.6