Matthias

Results 40 comments of Matthias

Sorry for my delayed answer, I wasn't available for the past couple of weeks. I've verified the client clock and it is correct. The `autoCorrectDrift` adjusts the startTime of the...

@joeyparrish, I don't think this should be closed as the behaviour is clearly different from the native HLS implementation on Safari, which makes me suspect that this is a bug....

@alejandroiglesias if you want to introduce polling outside of shaka, I guess it would make sense to use the restrictions config in `AbrConfiguration` to match the size of your video...

This looks like a misconfiguration, are you using babel to transpile? The `Unexpected token` is triggered because your bundler / transpiler does not recognize JSX (thus does not transpile it...

@faire2 Did your problem still occur with a fresh project?

Hey @sannjayy, I started off with a fresh project (`npx create-react-app sample`) with `[email protected]`and ran the following sample code in `App.js`. ```javascript import ShakaPlayer from "shaka-player-react"; import "shaka-player-react/dist/controls.css"; function App()...

@tomastuser Could you provide a sample project (codesandbox)?

@tomastuser @ducxinh201 I'm sorry it took such a long time for me to answer to your issue. Before I'd want to investigate your issue, I first made sure `shaka-player-react` is...

Would you mind attaching a debugger to Tizen to figure out if either Shaka or the React wrapper throws an error? I'd like to figure out if this could be...

This would surely work as an addition to the babel plugin, but we'd still have to figure out how the cache could be extracted to a static file, which is...