Bug Report Capture Device Audio Not Working

Nightwalker

New Member
So I was happy to hear that Capture Device audio was finally working in OBS. The first time I tried it out, it was working fine in preview, but when I went to stream it refused to work, and has refused to work since. Audio still comes through fine on Blackmagic's Media Express as well as Xsplit, so it must be OBS. Here's the log file:

Code:
Open Broadcaster Software v0.466a - 64bit ( ^ω^)
-------------------------------
CPU Name: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
CPU Speed: 3392MHz
Physical Memory:  8174MB Total, 5212MB Free
stepping id: 7, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 8, total cores 4
Windows Version: 6.1 Build 7601 S
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: AMD Radeon HD 6800 Series
  Video Adapter Dedicated Video Memory: 1057464320
  Video Adapter Shared System Memory: 4017410048
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1920x1080
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Microphone (ASTRO Gaming USB MixAmp)
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
DShowPlugin: No audio pin, result = 80004005
------------------------------------------
    device: Decklink Video Capture,
    device id (null),
    chosen type: HDYC, usingFourCC: true, res: 1280x720 - 1280x720, fps: 59.9402-59.9402, fourCC: 'HDYC'

Using directshow input
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 1920, height: 1080
    preset: veryfast
    CBR: no
    max bitrate: 1000
    buffer size: 1000
    quality: 8
------------------------------------------
Total frames rendered: 127, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 7.145 ms] [avg calls per frame: 1] [children: 95.1%] [unaccounted: 4.91%]
| scene->Preprocess - [23.2%] [avg time: 1.66 ms] [avg calls per frame: 1]
| video encoding and uploading - [71.9%] [avg time: 5.134 ms] [avg calls per frame: 1] [children: 21.7%] [unaccounted: 50.2%]
| | CopyResource - [0.07%] [avg time: 0.005 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.014%] [avg time: 0.001 ms] [avg calls per frame: 0]
| | call to encoder - [21.6%] [avg time: 1.543 ms] [avg calls per frame: 0]
| | sending stuff out - [0%] [avg time: 0 ms] [avg calls per frame: 0]
==============================================================

I tried it with the test version 467a as well, to no avail. Any idea why audio simply doesn't work any longer?
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
yea, it seems it's not finding the audio pin properly in all cases.. I have to make a diagnostic app and analyze what's going on
 
Top