mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 10:36:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package rtpvp9 contains a RTP/VP9 decoder and encoder.
 | |
| package rtpvp9
 | |
| 
 | |
| const (
 | |
| 	rtpClockRate = 90000 // VP9 always uses 90khz
 | |
| )
 | 
