Name
easy:SetOpt_RTSP_Stream_URI -- get RTSP stream URI
Synopsis
easy:SetOpt_RTSP_Stream_URI(URI)
Function
Set the stream URI to operate on by passing a string . For example, a single session may be controlling rtsp://foo/twister/audio and rtsp://foo/twister/video and the application can switch to the appropriate stream using this option. If unset, libcurl will default to operating on generic server options by passing '*' in the place of the RTSP Stream URI. This option is distinct from #CURLOPT_URL. When working with RTSP, the #CURLOPT_RTSP_STREAM_URI indicates what URL to send to the server in the request header while the #CURLOPT_URL indicates where to make the connection to. (e.g. the #CURLOPT_URL for the above examples might be get to rtsp://foo/twister

Inputs
URI
input value

Show TOC