Is it possible to live stream (youtube) a specific react component? I have some financial charts using web sockets that I would like to put on a live youtube channel, but not sure where to start.
I can only find documentation and packages around youtube to react, rather than the other way around.
I know that I could make my webcam stream my desktop and broadcast live that way, but I still need to use my computer and don’t want to show mouse movements, different tabs etc.
Thanks