-
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
OSC, /control/preview not working #297
Comments
The same lack of action for the preview command happens in client 2.0.9, and when OSC commands are sent via web sockets. |
Duplicate of #304 |
Not a duplicate of #304. The OSC Preview command is still faulty as at December build. |
I have examined the code in RundownTreeWidget header and cpp files that implement the OSC controls, and have a list of modifications that enable OSC control of preview. The codebase is well structured, and makes me think that preview control was deliberately not present. My best guess is that this relates to operation of the client in Auto Step mode. A client configuration tick enables automatic preview of the next item when using the Auto Step mode. If that preview output is also switched by an operator sat at the client screen pushing the F8 key they know why the preview output has changed. If the preview output is remotely controlled via OSC, the operator at the client screen is not aware why their preview monitor updated. It is possible to interlock the So my question is "Should OSC controlled preview be enabled?" If the answer is yes, I will post the list of modifications and try to create a pull request for client 2.3.0-dev. Andy |
I have created a pull request that enables OSC control of preview. The code blocks OSC operation of /control/preview if the client is set to operate in preview in auto-step. The pull request comment describes how to set the operational mode to "always enabled". For people building their own versions of the older clients the code changes are listed below. The line numbers after each version number in the comment line are the line numbers before any edits are made. I tested the code on a version 2.0.9 for Windows.
|
@Julusian - Thanks for catching my error where I had not noticed the changes in Global.h. I tested on an older version of client I still require for work with server 2.1.12_NRK. I am pleased to report that OSC control of preview works as I expect it to do in V2.3.0 RC1. I therefore think this issue can be closed. Andy |
With reference to this conversation, I believe I found a bug:
https://casparcgforum.org/t/osc-preview-call/4374
/control/preview doesn't load the item, but pressing F8 on keyboard does.
Thank you in advance <3
The text was updated successfully, but these errors were encountered: