-
Notifications
You must be signed in to change notification settings - Fork 272
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
Screen consumer Stay on top #995
Comments
I'm not sure about this actually even if I like the idea. It could become strange if 1080 video-mode is used on a full-hd screen. You would have to move the window out of the screen (or something) to be able to interact with other windows such as the CasparCG Console window itself, right? |
Jep that's true it should indeed be an option in the config and certainly not default behaviour. ;) ls |
But if this is the case, it wouldn't even be possible to move the window, or would it? Personally I cannot see what value this feature brings to the server, but I'm sure it's because I cannot see a scenario when to use it. |
I makes perfect sense to have this as an option. The most obvious use case is in headless server/client configurations. |
I have no opinion about that.
Why would you have a screen consumer running on the server speaking in terms of a headless server? |
By headless I here mean to not interact with the server. Just boot it and have instant output on the attached screen (rack/workstation) or the built in screen (laptops) – the point is that you have a client/server setup and never want to interact with the server, just have a feed coming out. Another case is for multi-screen workstations where you run the client on one screen and want an output on the other. Stay-on-top would prevent notifications and other popups to ruin the playback. Kinda like how you run Qlab and similar on Macs. |
I too would like this behaviour. This would be especially useful for low budget stations (hdmi + bmd micro converter is a lot cheaper than a decklink) or for stage video work, where it is unlikely that sdi will be used from a pc as their mixers commonly accept formats such as dvi or displayport. Especially so when combined with #674 Also when running multi-screen it is very easy to accidentally leave the control window sticking a little over the output and not notice. Some programs in windows 10 also cast a shadow which will draw on the second screen even when maximised, or they will overflow the screen by 1px |
I am working on 2 projects at the moment were this becomes handy. one is a signage style solution were NUC's are driving lower res LED screens on HDMI/DVI level on a other project output is on output 2 and 3 from the server and the GUI is on output 1 |
#1022 |
It works fine when specified in config file. But when we close screen consumer and reopen it with add 1 screen always_on_top screen consumer is added but now it is not always_on_top. |
From the code it looks like defining that property over amcp was not implemented |
I request a feature to set following screen property from AMCP command. |
feature request
Expected Behaviour
window should stay on top (maybe as a option in config file)
Current Behaviour
Other windows can now overlap the screen consumer
The text was updated successfully, but these errors were encountered: