SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

atem production studio 4k does not connect properly or crashes OSC #148

Closed zackdickinson16 closed 4 years ago

zackdickinson16 commented 4 years ago

When connecting atem production studio 4k to OSC v3.0.1 it shows "could not get IBMDSwircherAudioMixer Interface". OSC v3.0.1 is the only version that works, Crashes in any other version.

atem production studio 4k ATEM Switchers 8.2 also tried 8.1 OSC v3.0.1 Screen Shot 2020-04-11 at 8 38 59 PM Screen Shot 2020-04-11 at 8 39 51 PM

zackdickinson16 commented 4 years ago

Disclaimer: I don't know what I'm doing

ATEM Production Studio 4k ATEM Switchers 8.1.1 OSC v3.0.3

I was looking through the "atemOSC.xcodeproj" file of OSC v3.0.3 and when I "built" the file connected to my switcher it crashed showing me this:

Screen Shot 2020-04-11 at 11 46 29 PM

I went ahead and deleted the code selected. shown here:

Screen Shot 2020-04-12 at 12 00 39 AM

I tried building the file again and I connected without crashing and it seems to work fine with my ATEM Production Studio 4k. I don't know what I messed up by deleting this but it works for what I'm trying to do.

Screen Shot 2020-04-12 at 12 05 31 AM

Just thought I would post this don't know if it would help.

SteffeyDev commented 4 years ago

Deleting that will cause it to fail when you send audio commands, not a huge deal if you don’t care about audio controls. I’ve been having issues with my build environment and not been able to test for several months. With this info, I may be able to fix, we’ll see if I can spot the core issue.

zackdickinson16 commented 4 years ago

Yes I don't really care about audio commands right now. I'm just happy it's working. And that's great thanks a lot!.

SteffeyDev commented 4 years ago

@zackdickinson16 Please try 3.0.4, your screenshot above helped me find a bug that may fix your issue

zackdickinson16 commented 4 years ago

Yes this fix the issue of it crashing on startup when connected to a switcher. It still says "Could not get IBMDSwitcherAudioMixer interface" I don't know if this matters?

I tried it on a ATEM Mini and ATEM Production Studio 4k and both seem to work fine.

ATEM Production Studio 4k ATEM Switchers 8.1.1 OSC v3.0.4 Screen Shot 2020-04-12 at 7 55 42 PM

ATEM Mini ATEM Switchers 8.1.1 and 8.2 OSC v3.0.4 Screen Shot 2020-04-12 at 7 58 57 PM

SteffeyDev commented 4 years ago

That's just a warning, it is safe to ignore. Thanks for testing! I'm going to close this issue as resolved, open a new issue if you have any additional problems