I am using react client and nodejs server. I need to stream from backend to the rtmp url got from live-api from google.
I am sending buffer of webcam from react to nodejs backend. How to send this continous buffer to google? Using socket to send and get buffer.
So, how to stream