Bug Report No sound output when playback set to "default"

RyzaJr

New Member
Just as the title says, I was trying out the new feature for setting the playback audio device.

If I set it to my speakers (Which ARE the default output in Windows default playback devices), it works just fine. But, if I set OBS to listen to the "default" it records nothing.

Default works for the Microphone/Auxiliary device, but not Playback.

Code:
Open Broadcaster Software v0.47a - 64bit ( ^ω^)
-------------------------------
CPU Name: Intel(R) Core(TM)2 Duo CPU     E7400  @ 2.80GHz
CPU Speed: 2793MHz
Physical Memory:  4095MB Total, 1417MB Free
stepping id: 10, model 7, family 6, type 0, extmodel 0, extfamily 0, HTT 1, logical cores 2, total cores 2
Windows Version: 6.1 Build 7601 S
Aero is Disabled
------------------------------------------
Adapter 1
  Video Adapter: ATI Radeon HD 4800 Series
  Video Adapter Dedicated Video Memory: 529534976
  Video Adapter Shared System Memory: 1878552576
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
Playback device ﺠ
------------------------------------------
Using desktop audio input: 625 USB Headphones (C-Media USB Audio Device   )
------------------------------------------
Using auxilary audio input: 625 USB Microphone (C-Media USB Audio Device   )
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
Using bitmap image
Using bitmap image
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 852, height: 480
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 1500
    buffer size: 1500
    quality: 10
------------------------------------------
Total frames rendered: 200, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
Playback device 易
------------------------------------------
Using desktop audio input: 625 USB Headphones (C-Media USB Audio Device   )
------------------------------------------
Using auxilary audio input: 625 USB Microphone (C-Media USB Audio Device   )
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
Using bitmap image
Using bitmap image
------------------------------------------
Video Encoding: x264
    fps: 30
    width: 852, height: 480
    preset: veryfast
    CBR: no
    CFR: no
    max bitrate: 1500
    buffer size: 1500
    quality: 10
------------------------------------------
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-lax.justin.tv/app
bufferTime: 1400, outputRateWindowTime: 1000, dropThreshold: 1900
++++++++++++++++++++++++++++++++++++++++++++++++++++++
  New Scene
Using Window Capture
Using text output
Using Window Capture
Using Window Capture
++++++++++++++++++++++++++++++++++++++++++++++++++++++
  New Scene
Using bitmap image
Using bitmap image
Using Window Capture
Using bitmap image
++++++++++++++++++++++++++++++++++++++++++++++++++++++
  New Scene
Using bitmap image
Using bitmap image
++++++++++++++++++++++++++++++++++++++++++++++++++++++
  New Scene
Using bitmap image
Using bitmap image
Using Window Capture
Using bitmap image
++++++++++++++++++++++++++++++++++++++++++++++++++++++
  New Scene
Using bitmap image
Using bitmap image
Total frames rendered: 768, number of frames that lagged: 1 (0.13%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 7.065 ms] [avg calls per frame: 1] [children: 91.9%] [unaccounted: 8.1%]
| scene->Preprocess - [16.5%] [avg time: 1.164 ms] [avg calls per frame: 1]
| video encoding and uploading - [75.4%] [avg time: 5.329 ms] [avg calls per frame: 1] [children: 19.2%] [unaccounted: 56.3%]
| | CopyResource - [0.156%] [avg time: 0.011 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.326%] [avg time: 0.023 ms] [avg calls per frame: 0]
| | call to encoder - [18.5%] [avg time: 1.309 ms] [avg calls per frame: 0]
| | sending stuff out - [0.142%] [avg time: 0.01 ms] [avg calls per frame: 0]
==============================================================
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
From the log files it looks like you're somehow getting the mic as your playback device or something, though I unfortunately can't seem to reproduce this at all on my end. You might have to set it to speakers for the time being
 
Top