RTSP.PacketSplitter (RTSP v0.3.2)

View Source

Split the incoming network packets muxed in the same TCP connection into RTSP, RTP and RTCP packets.

Summary

Functions

Split the binary into RTSP, RTP and RTCP packets.

Types

result()

@type result() :: {rtp_packets :: [binary()], rtcp_packets :: [binary()]}

Functions

split_packets(data, rtsp_session, arg3)

@spec split_packets(binary(), Membrane.RTSP.t(), result()) :: {result(), binary()}

Split the binary into RTSP, RTP and RTCP packets.