Bug Report Black Magic Intensity Shuttle

Mr_KyleG

New Member
Hello there,

I am having a little problem with my BMI Shuttle. I can get picture to show up using the BM WDM Capture method, but there is no sound at all. Not sure if there is any work around. Also, Decklink doesn't have any video or sound. Probably because it's not supported yet.

I really love this software by the way. It gives better overall quality over Xsplit. So if anyone can help me, that would be awesome!

P.S. I am using Media Express 9.6.8 Drivers. Windows 8 Pro x64.

Thanks,
Mr KyleG
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Ah, currently capture card devices do not output sound due to a design blunder I made early on -- going to be fixed in the patch after the next. Really sorry to have to ask everybody to wait on it, but it's a rather difficult one unfortunately
 

Mr_KyleG

New Member
Oh it's okay. Thanks for the quick response. It's still Alpha, so can't really complain ;)

Can't wait for the update BTW. I love the quality OBS puts out
 

Warchamp7

Forum Admin
I hear you :P

I did a WiiU launch stream and due to this glitch, I was gonna use Xsplit to stream. After trudging my way through setting it up for stuff, I decided to just use OBS and do a monitor capture of AverMedia's Media Centre.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
The next upcoming update is a minor update - mostly bugfixes. I'm still working on the major update with the sound stuff and such. Still going to be a while, had to spend an entire week going over network code unfortunately, was pretty crazy.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
The major bugfixes recently set me back sadly, but I am finally beginning to test some code on the audio output (..finally for the love of all that's holy I can concentrate on it again)
 

Mr_KyleG

New Member
I have sound using BlackMagic WDM Capture, but it's very choppy sound. I think it's an nVidia problem though.

Decklink does not have any sound yet, unless I'm doing something wrong?

.463a Test 3
 

Mr_KyleG

New Member
No Audio using Decklink

Code:
Open Broadcaster Software v0.463a (test build 7) - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
CPU Speed: 3990MHz
Physical Memory:  4095MB Total, 4095MB Free
stepping id: 5, model 10, family 6, type 0, extmodel 0, extfamily 0, HTT 1, logical cores 8, total cores 4
Windows Version: 6.1 Build 7601 S
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 465
  Video Adapter Dedicated Video Memory: 1025966080
  Video Adapter Shared System Memory: 2948159488
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Microphone (HD Webcam C510)
------------------------------------------
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: 60
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    max bitrate: 2500
    buffer size: 5000
    quality: 10
------------------------------------------
Total frames rendered: 1271, 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: 1280x720
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Microphone (HD Webcam C510)
------------------------------------------
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: 60
    width: 1280, height: 720
    preset: veryfast
    CBR: no
    max bitrate: 2500
    buffer size: 5000
    quality: 10
------------------------------------------
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'

Total frames rendered: 3318, number of frames that lagged: 1 (0.03%) (it's okay for some frames to lag)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 4.121 ms] [avg calls per frame: 1] [children: 92.1%] [unaccounted: 7.93%]
| scene->Preprocess - [13.5%] [avg time: 0.558 ms] [avg calls per frame: 1]
| video encoding and uploading - [78.5%] [avg time: 3.236 ms] [avg calls per frame: 1] [children: 22.1%] [unaccounted: 56.4%]
| | CopyResource - [0.291%] [avg time: 0.012 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.0485%] [avg time: 0.002 ms] [avg calls per frame: 0]
| | call to encoder - [21.8%] [avg time: 0.898 ms] [avg calls per frame: 0]
| | sending stuff out - [0%] [avg time: 0 ms] [avg calls per frame: 0]
==============================================================
 
Top