tinodo
New Member
I am deploying OBS Studio in Portable Mode alongside a profile and scene collection. Part of the setup procedure is to add a Fullscreen Projector to the scene configuration json file. I get the proper geometry and monitor number, and add it to the config. Something like this:
After launching OBS Studio, the Fullscreen Projector is enabled on the proper screen, but the screen is bank/gray.
If I stop the projector and then re-enable it, it works. There is NO CHANGE to the scenes JSON file. (e.g. the saved_projectors contains the exact same content, so it's not in the geometry or something like that.)
What's also strange is that when I add the same projector twice to the config, it works...:
Hence, I think this project configuration is stored or referenced somewhere else as well. Any ideas what I am missing?
JSON:
"saved_projectors": [
{
"alwaysOnTopOverridden": false,
"geometry": "AdnQywADAAAAAAeKAAAAAAAADiAAAAO1AAAHgAAAAAAAAA4qAAADvwAAAAIABAAABqsAAAeAAAAAAAAADioAAAO/",
"monitor": 2,
"type": 2
}
],
If I stop the projector and then re-enable it, it works. There is NO CHANGE to the scenes JSON file. (e.g. the saved_projectors contains the exact same content, so it's not in the geometry or something like that.)
What's also strange is that when I add the same projector twice to the config, it works...:
JSON:
"saved_projectors": [
{
"alwaysOnTopOverridden": false,
"geometry": "AdnQywADAAAAAAeKAAAAAAAADiAAAAO1AAAHgAAAAAAAAA4qAAADvwAAAAIABAAABqsAAAeAAAAAAAAADioAAAO/",
"monitor": 2,
"type": 2
},
{
"alwaysOnTopOverridden": false,
"geometry": "AdnQywADAAAAAAeKAAAAAAAADiAAAAO1AAAHgAAAAAAAAA4qAAADvwAAAAIABAAABqsAAAeAAAAAAAAADioAAAO/",
"monitor": 2,
"type": 2
}
],