ark::rtsp::RtpPacket

Defined in header “ark/rtsp/rtp_packet.hh”.


A partially parsed RTP packet this contains enough decoding information to sort and pass to the next stage of processing.

Variables

  • core::ByteBuffer packet
    The actual packet data.

  • uint16_t sequence_number
    The sequence number. This is what packets are sorted on.

  • uint32_t timestamp
    The timestamp (granularity of the timestamp is actually defined in the SDP).