ark::rtsp::RtspSetupResponse
Defined in header “ark/rtsp/rtsp_client.hh”.
A response from setting up an RTSP stream, returning a valid port number to use for RTP (and an expected SSRC).
Variables
-
uint16_t port_number= 0
The port number to use for RTP. -
uint32_t ssrc_id= 0
The SSRC ID of the stream.