Matthias

Results 16 issues of Matthias

**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes. **What version of Shaka Player are you using?** Latest. **Can you reproduce the issue with our latest release...

type: bug
component: HLS
priority: P2

**Description** Provide a npm module that exposes a Player component for React. Idea: `import Player from 'indigo-player/react'` (currently not available, this is merely an idea). **Code sample** ```javascript import React,...

enhancement

When we install indigo-player as a module, the theme.css is fetched relative to the domain as if it was loaded by a script tag.

Importing `indigo-player` as a module provides us with two warnings, they are not related to the config that we provide. ![image](https://user-images.githubusercontent.com/12699796/79788415-e882ed80-8348-11ea-8f0e-9fc312ef64b8.png) ```javascript indigoPlayer.init(ref.current, { sources: [{ type: 'mp4', src: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',...

bug

https://github.com/matvp91/indigo-player/pull/59#issuecomment-604885992 explains this a bit more in depth. The `tracks` API is not aware of the differences in each rendition besides resolution & bandwidth. A track is not aware of...

**Describe the bug** iOS uses a single video element approach, google-ima SDK will re-use the same video element to display it's ads. As for other approaches, google-ima utilizes an overlay....

enhancement
backlog

The following file contains all currently available translations: https://github.com/matvp91/indigo-player/blob/master/src/ui/i18n.ts I'd like to have some help supporting different languages, feel free to submit a PR with a translation in your language...

help wanted

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...