mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Fixed OPTIONS syntax.
This commit is contained in:
		
							
								
								
									
										4
									
								
								tuner.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tuner.c
									
									
									
									
									
								
							| @@ -184,8 +184,8 @@ bool cSatipTuner::Connect(void) | ||||
|   debug("cSatipTuner::%s() [device %d]", __FUNCTION__, deviceIdM); | ||||
|  | ||||
|   if (!isempty(*streamAddrM)) { | ||||
|      cString connectionUri = cString::sprintf("rtsp://%s", *streamAddrM); | ||||
|      cString uri = cString::sprintf("%s/?%s", *connectionUri, *streamParamM); | ||||
|      cString connectionUri = cString::sprintf("rtsp://%s/", *streamAddrM); | ||||
|      cString uri = cString::sprintf("%s?%s", *connectionUri, *streamParamM); | ||||
|      // Just retune | ||||
|      if (streamIdM >= 0) { | ||||
|         debug("cSatipTuner::%s(): retune [device %d]", __FUNCTION__, deviceIdM); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user