Replies: 5 comments 2 replies
-
Thinking about this some more. I could then make the overlay app a rest server on the backend side, that accepts commands for playing the content. Is that overdone or the right way? |
Beta Was this translation helpful? Give feedback.
-
I could use 2nd virtual screen created by |
Beta Was this translation helpful? Give feedback.
-
Got it to work without the studio. ✔ Left is now to remote control the remotion player from a tablet. |
Beta Was this translation helpful? Give feedback.
-
Hey @connyg! Cool story and experiments that you are running! However for pre-rendering transparent overlays it is not a bad idea and I have for example created an OBS stinger before. https://github.com/JonnyBurger/ledevevent-stinger Still very cool that you got it working nonetheless! |
Beta Was this translation helpful? Give feedback.
-
Yes, it's not a perfect for for my use case it seems. Exactly what you mentioned - fixed duration - was a point I was thinking about. Would need three animations, one to fly something in, one keep it for a manually determined time and one to fly out. So I would need to script that sequence, too. It's not slow for me, but it's running on nice Apple M1 hardware :-) |
Beta Was this translation helpful? Give feedback.
-
First of all: excellent project!!
My wife does cooking class live streams every week and I am usually creating overlays showing the ingredients with a dtp tool and export that as png 4K to add to the streaming software. The software is Ecamm Live.
That's a cumbersome process if you have to create these overlays repetitively every week.
As I am working on creating a recipe DB & recipe card rendering tool creating them in HTML and rendering them to PDF I will have all the data and images at hand shortly.
From that I could render all these overlays realtime, just from the data.
I think that this is something that fits nicely with the react part of this framework, to render the stuff with react components.
What I would need now is:
Any proposal how that is easy to set up, ideally all starting with one command?
Any plans to elaborate on this use case more in the future?
Beta Was this translation helpful? Give feedback.
All reactions