react-player
react-player copied to clipboard
Facebook live stream
Hi, I have a problem with Facebook's Live stream player.
It work's great in PC, but in Smartphone ( iOS ) it doesn't work at all.
The plugin show only the preview of the video with the start button, when I play start I only receive a black screen with facebook controls.
I use this code
<ReactPlayer className="react-player" playsinline={true} pip={true} width={"100%"} muted={false} url={URL}
Thank's