-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldnt get API to work #1
Comments
Apologies @felipehowit I changed the API url's but haven't updated the readme. The api/api is now just the one. There are some other changes too: api/atem/mixeffects api/atem/mixeffects/{me_id}/pgm_id api/atem/mixeffects/{meId}/pgm/{pgm_id} api/atem/mixeffects/{me_id}/pvw api/atem/mixeffects/{me_id}/pvw/{pvw_id} Hope that helps! A have a commit I haven't made which adds a few more API calls. I'll get around to that on Monday :-) |
FYI: The event messages are only valid for PGM input changes - I'll add more functionality to this later in the week. |
Thanks for the update, I'll test it further and let you know if anything.
I was curious about you mentioning vmix as well, I intend to use its
scripting to cut atem and vmix simultaneously.
Em sex, 19 de out de 2018 21:30, Roy Davis <notifications@github.com>
escreveu:
… FYI: The event messages are only valid for PGM input changes - I'll add
more functionality to this later in the week.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AqQPvma5f15hHsUddMSA0fGVx2OFfO9qks5umm6MgaJpZM4XxnLV>
.
|
update: it worked, thanks for opening the code, its very useful! I also saw that the code has been updated, any new implementations I can test? Finally, do you know if the Television Studio models are compatible, at least for simple pgm cuts? thanks |
@felipehowit |
Hey man,
I've had this issue before with the latest version, try using an older one.
You can also try using another app called companion, it should work out of
the box.
Good luck
Felipe
Em sex, 22 de mai de 2020 18:12, chrisgh1 <notifications@github.com>
escreveu:
… @felipehowit <https://github.com/felipehowit>
Did you ever find out if this works with the ATEM Television Studio
models? I'm trying to get it to work with an ATEM Television Studio HD.
However I'm having a hard time getting it to build. But if it doesn't work
with the model Television Studio models I may give up on it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSA7PVZPEEWDX6BCAIO7L3RS3TCHANCNFSM4F6GOLKQ>
.
|
@felipehowit Thanks for the tip, roygdavis said in another post that he would be able to re-target it for version 4.8. Just curious if you ever tried it with the Television Studio models? |
Haven't, I had an 1 M/E back at the time.
Em dom., 24 de mai. de 2020 às 23:19, chrisgh1 <notifications@github.com>
escreveu:
… @felipehowit <https://github.com/felipehowit> Thanks for the tip,
roygdavis said in another post that he would be able to re-target it for
version 4.8. Just curious if you ever tried it with the Television Studio
models?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSA7PQTFQVCNZK56N5LQELRTHISDANCNFSM4F6GOLKQ>
.
|
Hello Roy,
Firstly thank you for developing this API, this is specifically what i`ve been looking for, however I couldnt get it to work, other than the index.html, which reads atem commands normally.
by running http://localhost:52094/api/api/?Function=fade&Duration=2&Input=6 I get the following error:
running with just one /api gets me a 404 error.
I also tried looking around the code, but couldnt find anything useful.
Am I missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered: