RTSP.PacketSplitter (RTSP v0.1.0)

View Source

Split the incoming network packets into RTSP, RTP and RTCP packets.

Summary

Functions

Split the binary into RTSP, RTP and RTCP packets.

Functions

split_packets(data, rtsp_session, arg3)

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

Split the binary into RTSP, RTP and RTCP packets.