mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Fixed CURLOPT_URL.
This commit is contained in:
parent
c5499ce1da
commit
4cb25ce93c
1
rtsp.c
1
rtsp.c
@ -173,7 +173,6 @@ bool cSatipRtsp::Options(const char *uriP)
|
||||
cTimeMs processing(0);
|
||||
CURLcode res = CURLE_OK;
|
||||
|
||||
if (!strstr(uriP, "?"))
|
||||
SATIP_CURL_EASY_SETOPT(handleM, CURLOPT_URL, uriP);
|
||||
SATIP_CURL_EASY_SETOPT(handleM, CURLOPT_RTSP_STREAM_URI, uriP);
|
||||
SATIP_CURL_EASY_SETOPT(handleM, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_OPTIONS);
|
||||
|
Loading…
Reference in New Issue
Block a user