ark::rtsp::RtspClient
Defined in header “ark/rtsp/rtsp_client.hh”.
This is a client meant to communicate with an RTSP server at the highest level; basically just enough to send out requests, start streaming, and get SDP information.
Methods
-
RtspClient(const RtspClientConfiguration & config)
Constructor. Initializes with the given configuration. -
~RtspClient()
Destructor, to cleanup forward declared state. -
std::vector< image::Image > read()
Returns the next raw frame of data from the RTSP service.