Jacob Trimble
Jacob Trimble
Are you using the latest `master`? Could you provide a stack trace?
There is another data race between the two for the CURL data. The `NetworkThread` reads the individual requests as part of `curl_multi_perform`, but `XMLHttpRequest` reads the request directly on other...
We don't have anything now; we just download it and hope it fits. This will be non-trivial to add since it will require big changes to Shaka Player. I've filed...
Are you seeing an error object or does the video just pause? Are there any other logs? This usually indicates the license server didn't give us the required keys. Does...
Embedded doesn't support the track-selection callback. In general, the configure method can only accept strings and numbers, not functions. And passing some selector won't work since the value is just...
What are you trying to do? The top-level API tries to remove the JavaScript interactions and treat it like it is a native API. So if you are trying to...
We have an [C++ API](https://github.com/google/shaka-player-embedded/blob/master/shaka/include/shaka/media/text_track.h) to do that (and we expect C++ apps to do this themselves). You could switch to using the C++ objects directly, and then you can...
It works fine for me on Chrome, so it probably isn't a problem with Widevine or the player. This is right after the clear lead and I'm seeing a `waitingforkey`...
Please don't mention specific people unless you are working directly with them. I no longer work on the project. Please just post the comment/issue, the team is watching the project...
First, we now compile the wrapper template, so that text will no longer be used directly in the compiled bundle. If I add `export default` to the current template, Closure...