mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pipewire-aes67: resync when offset is more than 1.5 ms
2 ms is typically considered to be late for most AES67 implementations
This commit is contained in:
		
							parent
							
								
									ca25066874
								
							
						
					
					
						commit
						237d282c05
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -41,7 +41,7 @@ context.objects = [
 | 
				
			||||||
            clock.interface = "eth0"
 | 
					            clock.interface = "eth0"
 | 
				
			||||||
            #clock.device    = "/dev/ptp0"
 | 
					            #clock.device    = "/dev/ptp0"
 | 
				
			||||||
            #clock.id        = tai
 | 
					            #clock.id        = tai
 | 
				
			||||||
            #resync.ms       = 10
 | 
					            resync.ms       = 1.5
 | 
				
			||||||
            object.export   = true
 | 
					            object.export   = true
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue