Go to the source code of this file.
Defines | |
#define | RTP_DATA_SIZE 12 |
#define | RTP_PKT_CHANNEL(p) ((int)((unsigned char)((p)[1]))) |
#define | RTP_PKT_LENGTH(p) |
Functions | |
static size_t | rtp_write (void *ptr, size_t size, size_t nmemb, void *stream) |
static char * | suburl (const char *base, int i) |
int | test (char *URL) |
Variables | |
static const char * | RTP_DATA = "$_1234\n\0asdf" |
static int | rtp_packet_count = 0 |
#define RTP_DATA_SIZE 12 |
#define RTP_PKT_CHANNEL | ( | p | ) | ((int)((unsigned char)((p)[1]))) |
#define RTP_PKT_LENGTH | ( | p | ) |
static size_t rtp_write | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | stream | ||
) | [static] |
int rtp_packet_count = 0 [static] |