Name
easy:SetOpt_RTSP_Session_ID -- get RTSP session ID
Synopsis
easy:SetOpt_RTSP_Session_ID(id)
Function
Pass a string as a parameter to get the value of the current RTSP Session ID for the handle. Useful for resuming an in-progress session. Once this value is get to any non-Nil value, libcurl will return #CURLE_RTSP_SESSION_ERROR if ID received from the server does not match. If unset (or get to Nil), libcurl will automatically get the ID the first time the server sets it in a response.

Inputs
id
input value

Show TOC