mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Fixed CURLOPT_URL.
This commit is contained in:
		
							
								
								
									
										3
									
								
								rtsp.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								rtsp.c
									
									
									
									
									
								
							@@ -173,8 +173,7 @@ 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_URL, uriP);
 | 
			
		||||
     SATIP_CURL_EASY_SETOPT(handleM, CURLOPT_RTSP_STREAM_URI, uriP);
 | 
			
		||||
     SATIP_CURL_EASY_SETOPT(handleM, CURLOPT_RTSP_REQUEST, (long)CURL_RTSPREQ_OPTIONS);
 | 
			
		||||
     SATIP_CURL_EASY_PERFORM(handleM);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user