-
It seems like both ParallelTalk MVP v1 and this project are similar, so we can refer to each other.
-
- That seems tough.
-
- https://developers.google.com/youtube/v3/live/getting-started?hl=ja
- https://medium.com/@toshvelaga/how-to-livestream-to-youtube-using-the-youtube-live-streaming-api-aae0c069e386
- It seems like the flow is Browser ---Websocket—> Server ---RMTP—> YouTube.
- @api.video/browser-to-rtmp-client - npm
- This works in a similar way.
-
Unfortunately, the browser cannot communicate directly with an RTMP server (due to network restrictions inherent in web browsers).
- I see.