[NodeJS] How to stream to twitch using NodeJS

Title explain my problem enough…

Example project I want to be able to do:
I start NodeJS script, link it to twitch channel and it will stream. First of all it will stream just black screen. Once I write !red into chat, while screen (stream) wil lbecome red.

Is this even real with NodeJS? If no, what way would you recommend me? Not Python.

1 Like

Broadcasting to Twitch is just a matter of picking an ingest server and sending data to it using RTMP. It’s definitely possible with nodejs.

1 Like

Could you show us some basic exampel of how to do it? send some 100% black screen or anything.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.