stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
606 stars 99 forks source link

Overlay issues with preview display and webcontent #1229

Open n3g2 opened 1 year ago

n3g2 commented 1 year ago

Can the preview display be plotted under the webcontent? This allows you to overlay the OBS preview within the same BrowserWindow by adding a transparent BrowserView.

summeroff commented 1 year ago

Hi, There is a new argument in OBS_content_createDisplay function to activate this functionality. https://github.com/stream-labs/obs-studio-node/blob/6cbceaf6c371c51938fccd065bf0515d41660a5f/obs-studio-server/source/nodeobs_common.cpp#L274 But there is limitations on Electron side as it able to render Browser Window above display only with HW acceleration enabled.

Fucntion commented 10 months ago

请问可以将display输出到指定的canvas元素吗?