CasparCG / client

Client software primarily used with the CasparCG Server software for audio and video playout, to control graphics and recording, but it can also be used for other tasks within television broadcast.
https://casparcg.com
GNU General Public License v3.0
278 stars 97 forks source link

Enable OSC control of preview #310

Closed amwtech closed 6 months ago

amwtech commented 6 months ago

This pull request enables OSC commands such as control/preview to display a media element on the server preview channel defined in the client configuration. It is configured to operate if the client configuration is NOT set to "Show preview on auto-step" mode.

The mode can be switched to always enabling OSC control by removing the final condition, && !this->previewOnAutoStep , in new line number 1946 of RundownTreeWidget.cpp