VLC 4.0.0-dev
|
RTP packet input. More...
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... | |
RTP packet input.
#define DEFAULT_MRU (1500u - (20 + 8)) |
Processes a packet received from the RTP socket.
References block_Release, vlc_frame_t::i_buffer, rtp_sys_t::logger, vlc_frame_t::p_buffer, rtp_ptype(), rtp_queue(), rtp_sys_t::session, srtp_recv(), and vlc_debug.
Referenced by rtp_dgram_thread().
|
static |
References CLOCK_FREQ, unlikely, VLC_TICK_INVALID, and vlc_tick_now().
Referenced by rtp_dgram_thread().