SteffeyDev / atemOSC

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

Switching Program or Preview to anything above input 8 doesn't work #187

Closed levranido1 closed 3 years ago

levranido1 commented 3 years ago

Hey!

When trying to switch the program or preview to Media player 1 & 2 or color bars or anything higher then input 8 nothing happens. I tried wiresharking the UDP it's sending the switcher, and it seems different in those numbers then what the one form the ATEM software looks like - maybe it's related?

Thanks!

SteffeyDev commented 3 years ago

Have you looked at the atemOSC log yet? Probably more useful than wireshark for debugging imho. You can also check the built in addresses list to make sure atemOSC sees those higher numbers as valid, often they might be weird numbers like 1003 instead of following after 8.

levranido1 commented 3 years ago

When I look at the log for atemOSC it shows me only the input commands right? and it does show 1-12

SteffeyDev commented 3 years ago

The log should show every single command you send, and any issues it has processing them

SteffeyDev commented 3 years ago

@levranido1 Are you still having issues?

levranido1 commented 3 years ago

Hey!

Yes. It never worked. And there’s no visible error anywhere.

Ido.

On Sun, Dec 20, 2020 at 6:26 PM Peter Steffey notifications@github.com wrote:

@levranido1 https://github.com/levranido1 Are you still having issues?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/SteffeyDev/atemOSC/issues/187#issuecomment-748686376, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARESZNOWC7VVVUDW425SHFTSV2BYTANCNFSM4UOUEC5Q .

SteffeyDev commented 3 years ago

Ok, what version of atemOSC are you running? Also, can you paste the full log here that you get when attempting to send the commands that don't produce any change?

levranido1 commented 3 years ago

Hey Peter!

I just looked again, and I wonder if there's been an update to the documentation. I see now that it says to use 3010 to switch to MP1, but I could swear it was something like 11 or 13 before. In anycase, it works with 3010. so It's all good.

Sorry if this was just a misread on my part! And thank you for the support!

Ido.

On Sun, Dec 20, 2020 at 6:36 PM Peter Steffey notifications@github.com wrote:

Ok, what version of atemOSC are you running? Also, can you paste the full log here that you get when attempting to send the commands that don't produce any change?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/SteffeyDev/atemOSC/issues/187#issuecomment-748687864, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARESZNOBSAHCF4TWKOPOIPDSV2DBXANCNFSM4UOUEC5Q .

SteffeyDev commented 3 years ago

Excellent, good to hear! Of course, the documentation is frequently being updated, so it is very possible to have led you astray in the past.