Include dependency graph for rtmp.c:

Data Structures | |
| struct | sout_access_out_sys_t |
Defines | |
| #define | RTMP_CONNECT_TEXT N_( "Active TCP connection" ) |
| #define | RTMP_CONNECT_LONGTEXT |
| #define | SOUT_CFG_PREFIX "sout-rtmp-" |
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 ssize_t | Write (sout_access_out_t *, block_t *) |
| static int | Seek (sout_access_out_t *, off_t) |
| static void * | ThreadControl (vlc_object_t *) |
| #define RTMP_CONNECT_LONGTEXT |
Value:
N_( \ "If enabled, VLC will connect to a remote destination instead of " \ "waiting for an incoming connection." )
| #define RTMP_CONNECT_TEXT N_( "Active TCP connection" ) |
| #define SOUT_CFG_PREFIX "sout-rtmp-" |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int Seek | ( | sout_access_out_t * | , | |
| off_t | ||||
| ) | [static] |
| static void * ThreadControl | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| static ssize_t Write | ( | sout_access_out_t * | , | |
| block_t * | ||||
| ) | [static] |
1.5.1