|
void | rtpin_stream_ack_connect (GF_RTPInStream *stream, GF_Err e) |
|
GF_Err | rtpin_stream_init (GF_RTPInStream *stream, Bool ResetOnly) |
|
void | rtpin_stream_reset_queue (GF_RTPInStream *stream) |
|
void | rtpin_stream_del (GF_RTPInStream *stream) |
|
static void | rtpin_stream_queue_pck (GF_RTPInStream *stream, GF_FilterPacket *pck, u64 cts) |
|
static void | rtp_sl_packet_cbk (void *udta, u8 *payload, u32 size, GF_SLHeader *hdr, GF_Err e) |
|
GF_RTPInStream * | rtpin_stream_new_standalone (GF_RTPIn *rtp, const char *flow_ip, u32 port, Bool for_satip) |
|
GF_RTPInStream * | rtpin_stream_new (GF_RTPIn *rtp, GF_SDPMedia *media, GF_SDPInfo *sdp, GF_RTPInStream *input_stream) |
|
static void | rtpin_stream_update_stats (GF_RTPInStream *stream) |
|
void | rtpin_stream_on_rtp_pck (GF_RTPInStream *stream, char *pck, u32 size) |
|
static void | rtpin_adjust_sync (GF_RTPIn *ctx) |
|
static void | rtpin_stream_on_rtcp_pck (GF_RTPInStream *stream, char *pck, u32 size) |
|
GF_Err | rtpin_rtsp_data_cbk (GF_RTSPSession *sess, void *cbk, u8 *buffer, u32 bufferSize, Bool IsRTCP) |
|
u32 | rtpin_stream_read (GF_RTPInStream *stream) |
|