Results 106 comments of Jacob Trimble

I saw this on Tizen and didn't see this on Desktop, so probably.

We may need to do something similar to handle HLS interstitial support. We will be investigating the work soon, but may take a while to implement. This will require major...

He was asking whether you can play the content using our demo as-is. For example, go to: https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=CUSTOM%20CONTENT;build=uncompiled Does this reproduce with any asset or do you have specific content...

The problem is that the segments in the manifest change times with the manifest update. In the dynamic manifest, the segments have segment times near 10,000,000 seconds; but in the...

This looks like it could be implemented using clearkey. But there is a problem. AFAIK, all clearkey implementations use AES CTR for decryption, while HLS encryption uses AES CBC. Even...

@avelad We probably wouldn't need that since we can just use the [WebCrypto](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) APIs to decrypt the content. What we could do is just query that URL and get the...

Is this an actual exception? The log "a call to play was interrupted by a call to pause" isn't an error, it is just a rejected Promise from the `play`...

The problem with waiting is we've seen stalls happen at the start before. Sometimes the media pipeline gets stuck at the start. There are a few configuration params you could...

A quick update, we haven't made much/any progress on working on this, but #832 is nearly done and much of the content using DVB is using DVB-SUB and will be...

The order here doesn't matter. What is happening is which audio stream gets selected by default will be the first one. You could reproduce this by manually selecting the other...