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
Hi @altRadar-deuglo,
Welcome to Google Cloud Community!
It seems like you're headed in the right direction by transmitting the webcam buffer from React to your Node.js backend. For sending the data to the RTMP URL through Google Live API, you can attempt any of this alternative method:
This might help you get the stream running smoothly to the RTMP endpoint.
I hope the above information is helpful.