reactjs – How to build a streaming video player like Twitch in React Js
I need to build (or to implement, if there is any library), in React Js a video player to play streaming videos. The main idea is to be able to automatically play the streaming with sound and show content above the streaming, even if the player is full screened.
Is important to add, for streaming I am playing transmisions from Amazon IVS, Youtube and Vimeo
I appreciate your help
I’ve been trying libraries as React Player, Video Js, HTML native video tag. But I just can’t avoid web browser policys to init video with sound and show content above a full screend video player.
Read more here: Source link
