I am streaming live videos on youtube and I want to add the stream to my reactjs website. I want users to sign in and then go to a page where the video is playing through a player.
How is that possible? Can I just copy the url and use react-youtube to do it?
Thanks