-
Notifications
You must be signed in to change notification settings - Fork 102
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
How to create a display #623
Comments
Sorry for another ping, but it's a great library and it would be very helpful if someone could just post a simple example for creating a display. |
Thank you! |
I'm struggling with this also, was there a solution? |
Seems like 1 is answered here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
with the help of this repository, I was able to get the basic setup with electron working.
However, for now just adding scenes, sources and recording works. I'd like to add a output display.
In
streamlabs-obs
I found this code: https://github.com/stream-labs/streamlabs-obs/blob/e707f9819a10296893f4d3e058d12110c1ec44a7/app/services/video.ts#L254-L275So I have the following code:
But it just gives me the normal
BrowserWindow
.Rendering mode can be 0, 1 or 2 as defined here but it doesn't work with any of them.
What am I missing or doing wrong?
The text was updated successfully, but these errors were encountered: