amirchev / OBS-OpenLP-Lyrics-Interface

This is a custom stage for OpenLP. It can be connected to OBS as a custom browser dock and browser source, allowing you to display lyrics that appear on your slides in OBS.
Apache License 2.0
19 stars 10 forks source link

1.2.0 release seems to be a bit green yet #7

Closed mdarbonis closed 3 years ago

mdarbonis commented 3 years ago

At least I didn't manage to get anything else than the small grey square. I use Windows 10 and OBS 26.1.1 64 bit, OpenLP 2.4.6. After adding a separate BroadcastChannel instance for receiving messages and somewhat modifying text processing in channelReceive function in stage.js it displays the texts. Paging still seems to work only in the control dock but not in actual video output. Please check when you have the time and thanks for a useful tool.

stage.zip

amirchev commented 3 years ago

You're right, I just realized I tested in the browser and it worked, but I don't think I ever went back to OBS. I guess the text length code was buggy. I didn't use your fix but it helped me narrow down where to look. Please look at 1.2.1.

mdarbonis commented 3 years ago

Yes, works now, thanks a lot.