Remove "Rate=..." debug message from RTMP push output
This commit is contained in:
		
							parent
							
								
									ed9910d587
								
							
						
					
					
						commit
						c37aac8898
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -618,7 +618,6 @@ namespace Mist{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (type == "audio"){
 | 
					    if (type == "audio"){
 | 
				
			||||||
      uint32_t rate = M.getRate(thisIdx);
 | 
					      uint32_t rate = M.getRate(thisIdx);
 | 
				
			||||||
      WARN_MSG("Rate=%i", rate);
 | 
					 | 
				
			||||||
      rtmpheader[7] = 0x08;
 | 
					      rtmpheader[7] = 0x08;
 | 
				
			||||||
      if (codec == "AAC"){
 | 
					      if (codec == "AAC"){
 | 
				
			||||||
        dataheader[0] += 0xA0;
 | 
					        dataheader[0] += 0xA0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue