VLC 4.0.0-dev
input.c File Reference

RTP packet input. More...

Include dependency graph for input.c:

Macros

#define DEFAULT_MRU   (1500u - (20 + 8))
 

Functions

static void rtp_process (rtp_sys_t *sys, block_t *block)
 Processes a packet received from the RTP socket. More...
 
static int rtp_timeout (vlc_tick_t deadline)
 
void * rtp_dgram_thread (void *opaque)
 RTP/RTCP session thread for datagram sockets. More...
 

Detailed Description

RTP packet input.

Macro Definition Documentation

◆ DEFAULT_MRU

#define DEFAULT_MRU   (1500u - (20 + 8))

Function Documentation

◆ rtp_process()

static void rtp_process ( rtp_sys_t sys,
block_t block 
)
static

◆ rtp_timeout()

static int rtp_timeout ( vlc_tick_t  deadline)
static