shaka-player-react icon indicating copy to clipboard operation
shaka-player-react copied to clipboard

A simple React component wrapper for shaka-player

Results 13 shaka-player-react issues
Sort by recently updated
recently updated
newest added

I'm trying with fresh React Project. When trying to `npm start` there, I'm getting this error, please open the screenshot and help me to fix it. Error Screenshot: https://ibb.co/PhD6Cjr Error...

Hi I am trying to get a player that will work with renative https://github.com/pavjacko/renative I cam across this player and tried to run the sample code but it did not...

Should add an `onError` event, which will emit a `shaka.util.Error`, or a custom error if it's originated from the wrapper implementation. The latter happens when `player.load` rejects it's promise. This...

I have installed the library and tried to create a simple component and then copy the example 1:1, but in both cases I endad up with this error: ``` ./node_modules/shaka-player-react/src/index.js...

Hey. Can you tell me where I went wrong? Looks like My code lacks style for control

how do I play drm streaming content using this library ? Thank you example dataSource: ``` url : https://storage.googleapis.com/shaka-demo-assets/angel-one-widevine/dash.mpd license: https://cwip-shaka-proxy.appspot.com/no_auth ```

Can you @matvp91 merge this [PR](https://github.com/shaka-project/shaka-player/commit/c483975cb819ee5908ebc5e75bfa644312fdad7a) with shaka-player-react

Hello, thanks for working on this integration, it is really handy when working with Shaka in react. I have noticed that, when using live HLS playlists as an input, controls...