cloudflare / stream-react

BSD 3-Clause "New" or "Revised" License
164 stars 28 forks source link

Feature: Opensource the player which is being loaded in Iframe #69

Open ShivamJoker opened 2 years ago

ShivamJoker commented 2 years ago

It would be awesome if we could natively load the m3u8 in the player which is provided by cloudflare instead of using it via the Iframe, the react component doesn't make much sense if EOD we are gonna just embed the iframe.

Thanks!

meetdave3 commented 2 years ago

+1

ktdd commented 1 year ago

Player is a stripped version of Shaka Player. Just get the React wrapper for Shaka Player and stop using iframes.

ShivamJoker commented 1 month ago

Shouldn't CloudFlare component be doing that?

Player is a stripped version of Shaka Player. Just get the React wrapper for Shaka Player and stop using iframes.