Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 603 Bytes

Setup

yarn

Run the Project

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Problem faced

I have faced CORS problem while consuming the API and while playing the video. I could make it works only in Safari.
PS: for the static API I have put the data in local json file and manipulate it from there.
I have tested the video here https://video-dev.github.io/hls.js/demo/ and same problem, the video plays onky in Safari.I'm not sure whether I have a problem with my Chrome and Firefox.