|  | @@ -111,8 +111,8 @@ bool GetAudioThread::init()
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      AVInputFormat *ifmt = av_find_input_format("dshow"); //使用dshow
 |  |      AVInputFormat *ifmt = av_find_input_format("dshow"); //使用dshow
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -//    if(avformat_open_input(&pFormatCtx, "audio=virtual-audio-capturer", ifmt, nullptr)!=0)
 |  | 
 | 
											
												
													
														|  | -    if(avformat_open_input(&pFormatCtx, "audio=@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\\wave_{DA3EBB84-3C1D-47F9-A2A8-BCD7CC9AA4E7}", ifmt, nullptr)!=0)
 |  | 
 | 
											
												
													
														|  | 
 |  | +    if(avformat_open_input(&pFormatCtx, "audio=virtual-audio-capturer", ifmt, nullptr)!=0)
 | 
											
												
													
														|  | 
 |  | +//    if(avformat_open_input(&pFormatCtx, "audio=@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\\wave_{DA3EBB84-3C1D-47F9-A2A8-BCD7CC9AA4E7}", ifmt, nullptr)!=0)
 | 
											
												
													
														|  |      {
 |  |      {
 | 
											
												
													
														|  |          fprintf(stderr, "Couldn't open input stream video.(无法打开输入流)\n");
 |  |          fprintf(stderr, "Couldn't open input stream video.(无法打开输入流)\n");
 | 
											
												
													
														|  |          return false;
 |  |          return false;
 |