Bug Report Still No Sound

Chawk

New Member
Devices that have video, but no sound
Most USB-based devices currently seem to have this issue, but in 0.48.xxx a test builds new audio device selection was introduced that should allow you to select the audio associated with the device.

I tried the new test build, but the sound still doesn't work.

Here's the log:

Code:
Open Broadcaster Software v0.48.013b (experimental test build) - 64bit ( ^ω^)
-------------------------------
CPU Name: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
CPU Speed: 3400MHz
Physical Memory:  8086MB Total, 5249MB Free
stepping id: 9, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 4, total cores 4
monitor 1: pos={0, 0}, size={1920, 1080}
monitor 2: pos={1920, 0}, size={1600, 900}
Windows Version: 6.1 Build 7601 S
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: AMD Radeon HD 7700 Series
  Video Adapter Dedicated Video Memory: 1054019584
  Video Adapter Shared System Memory: 3970973696
------------------------------------------
Adapter 2
  Video Adapter: Intel(R) HD Graphics 4000
  Video Adapter Dedicated Video Memory: 67108864
  Video Adapter Shared System Memory: 1711276032
=====Stream Start: 2013-04-12, 00:55:26===============================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
------------------------------------------
    device: Dazzle DVC100 Video,
    device id \\?\usb#vid_2304&pid_021a&mi_00#7&2c650df&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global,
    chosen type: YUY2, usingFourCC: false, res: 640x480 - 640x480, frameIntervals: 333667-333667, fourCC: 'YUY2'
    audio device: Dazzle DVC100 Audio Device,
    audio device id \\?\usb#vid_2304&pid_021a&mi_01#7&2c650df&0&0001#{33d9a762-90c8-11d0-bd43-00a0c911ce86}\wave,

Warning -- DShowPlugin: Failed to connect the audio device pin to the audio capture pin, result = 80070057
Using directshow input
Using Window Capture
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 1000
    buffer size: 1000
    quality: 8
------------------------------------------
------------------------------------------
    device: Dazzle DVC100 Video,
    device id \\?\usb#vid_2304&pid_021a&mi_00#7&2c650df&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global,
    chosen type: YUY2, usingFourCC: false, res: 640x480 - 640x480, frameIntervals: 333667-333667, fourCC: 'YUY2'
    audio device: Dazzle DVC100 Audio Device,
    audio device id \\?\usb#vid_2304&pid_021a&mi_01#7&2c650df&0&0001#{33d9a762-90c8-11d0-bd43-00a0c911ce86}\wave,

Warning -- DShowPlugin: Failed to connect the audio device pin to the audio capture pin, result = 80070057
Total frames rendered: 2069, number of frames that lagged: 1 (0.05%) (it's okay for some frames to lag)
Total duplicated frames: 10 (0.48%)
=====Stream End: 2013-04-12, 00:56:36=================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 2.475 ms] [avg calls per frame: 1] [children: 75.2%] [unaccounted: 24.8%]
| scene->Preprocess - [22.6%] [avg time: 0.56 ms] [avg calls per frame: 1]
| video encoding and uploading - [52.6%] [avg time: 1.301 ms] [avg calls per frame: 1] [children: 52%] [unaccounted: 0.606%]
| | CopyResource - [0.404%] [avg time: 0.01 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.202%] [avg time: 0.005 ms] [avg calls per frame: 0]
| | call to encoder - [51.3%] [avg time: 1.27 ms] [avg calls per frame: 0]
| | sending stuff out - [0.0404%] [avg time: 0.001 ms] [avg calls per frame: 0]
==============================================================
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
You need to put test build related problems onto the test build thread, it's pretty important. As for the audio, hm, that error means "invalid parameter", though I've tested it with other devices and it was working fine, I wonder what's going on. That's so annoying, I'm going to have to add the DVC100 to the list of devices to buy for testing
 
Top