mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Updated against SAT>IP protocol specification version 1.2.2.
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -126,3 +126,5 @@ VDR Plugin 'satip' Revision History | ||||
| - Robustify the server discovery. | ||||
| - Fixed a memory leak in TinyXML implementation | ||||
|   (Thanks to Oliver Endriss). | ||||
| - Updated against SAT>IP protocol specification | ||||
|   version 1.2.2. | ||||
|   | ||||
							
								
								
									
										3
									
								
								param.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								param.c
									
									
									
									
									
								
							| @@ -173,10 +173,13 @@ cString GetTransponderUrlParameters(const cChannel *channelP) | ||||
|      ST("C  2") q += PrintUrlString(q, STBUFLEFT, dtp.Bandwidth(),    SatipBandwidthValues); | ||||
|      ST("  T*") q += PrintUrlString(q, STBUFLEFT, dtp.Guard(),        SatipGuardValues); | ||||
|      ST("CST*") q += PrintUrlString(q, STBUFLEFT, dtp.CoderateH(),    SatipCodeRateValues); | ||||
|      ST(" S 1") q += snprintf(q,       STBUFLEFT, "&plts=off");       // SAT>IP protocol specification 1.2.2 | ||||
|      ST(" S 2") q += PrintUrlString(q, STBUFLEFT, dtp.Pilot(),        SatipPilotValues); | ||||
|      ST(" S 1") q += snprintf(q,       STBUFLEFT, "&mtype=qpsk");     // SAT>IP protocol specification 1.2.2 | ||||
|      ST(" S 2") q += PrintUrlString(q, STBUFLEFT, dtp.Modulation(),   SatipModulationValues); | ||||
|      ST("  T*") q += PrintUrlString(q, STBUFLEFT, dtp.Modulation(),   SatipModulationValues); | ||||
|      ST("C  1") q += PrintUrlString(q, STBUFLEFT, dtp.Modulation(),   SatipModulationValues); | ||||
|      ST(" S 1") q += snprintf(q,       STBUFLEFT, "&ro=0.35");        // SAT>IP protocol specification 1.2.2 | ||||
|      ST(" S 2") q += PrintUrlString(q, STBUFLEFT, dtp.RollOff(),      SatipRollOffValues); | ||||
|      ST(" S *") q += PrintUrlString(q, STBUFLEFT, dtp.System(),       SatipSystemValuesSat); | ||||
|      ST("C  *") q += PrintUrlString(q, STBUFLEFT, dtp.System(),       SatipSystemValuesCable); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user