-
Notifications
You must be signed in to change notification settings - Fork 97
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
Web Api - Websockets ? #234
Comments
Try this! |
I will try and report back, We are looking to control the official CCG client from Ross Dashboard. This should make it easy. Thanks for your help! |
We have it working, nice. Can you give us the details on the "path" and "args" and the [1] ? Can we pass template data through this method? I am trying to document a project here for my web/javascript developer. I will pass along examples of our project as we go along to the forum. Thanks again, This is very helpful. |
Hi Steve, great that you are looking on this... there's so little info about how this works... ;) In fact, it seems that any of those args are not received, not even the [1] arg... ex: {"path" : "/control/10/stop", "args" : [1]}')} Perhaps this is a feature for futur implementacion... @5opr4ni Thanks for your help! |
I see that the newest client on the build, 2.09, supports websockets, this would be fantastic, but I can't seem to make it work.
I assume that it is like a web API. Maybe I am wrong. I would think the command from a browser assuming a clip with a UID in the client "test" would be:
http://127.0.0.1:4250/control/test/play
Am I doing something wrong? or will this not work this way?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: