ReactPlayer.js
cannot play the video streamed from an API. Please need some here
<video controls src='http://localhost:3001/api/video/my_video' /> // it works
<ReactPlayer url="http://localhost:3001/api/video/my_video" controls/> // failed to work
The above is displayed using a <video>
HTML elem.
Thats what is displayed when i use ReactPlayer