VLC 4.0.0-dev
|
RTP packet input. More...
Macros | |
#define | DEFAULT_MRU (1500u - (20 + 8)) |
Functions | |
static void | rtp_process (demux_t *demux, 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, msg_Dbg, vlc_frame_t::p_buffer, stream_t::p_sys, rtp_ptype(), rtp_queue(), demux_sys_t::session, and srtp_recv().
Referenced by rtp_dgram_thread().
|
static |
References CLOCK_FREQ, unlikely, VLC_TICK_INVALID, and vlc_tick_now().
Referenced by rtp_dgram_thread().