Name
easy:GetInfo_RTSP_CSeq_Recv -- get the recently received CSeq
Synopsis
cseq = easy:GetInfo_RTSP_CSeq_Recv()
Function
Returns the most recently received CSeq from the server. If your application encounters a #CURLE_RTSP_CSEQ_ERROR then you may wish to troubleshoot and/or fix the CSeq mismatch by peeking at this value.

Inputs
none

Results
cseq
output value

Show TOC