Loading docs/examples/rtsp.c +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,9 @@ static void rtsp_play(CURL *curl, const char *uri, const char *range) my_curl_easy_setopt(curl, CURLOPT_RANGE, range); my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_PLAY); my_curl_easy_perform(curl); /* switch off using range again */ my_curl_easy_setopt(curl, CURLOPT_RANGE, NULL); } Loading Loading
docs/examples/rtsp.c +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,9 @@ static void rtsp_play(CURL *curl, const char *uri, const char *range) my_curl_easy_setopt(curl, CURLOPT_RANGE, range); my_curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_PLAY); my_curl_easy_perform(curl); /* switch off using range again */ my_curl_easy_setopt(curl, CURLOPT_RANGE, NULL); } Loading