Jacob Trimble
Jacob Trimble
By default, we'll use AVPlayer to play HLS content, which doesn't support Widevine. You'll need to enable MSE playback by setting the `streaming.useNativeHlsOnSafari` configuration to `FALSE`. Although I'm surprised AVPlayer...
If you want to change the video fill mode, you should use [setVideoGravity](https://google.github.io/shaka-player-embedded/interfaceShakaPlayerView.html#a0e967aa7de0bc3e8e4e548a912190fe1) on `ShakaPlayerView`. Changing the constraints on the view will not change the aspect ratio, the video will...
This will have some major performance impact. When we're paused, users would expect the app to be doing (almost) nothing. This would require us to regenerate the same image 30+...
The base image is always the same, it is based on the image data without any resizing. We use `contentsRect` and `bounds` to resize the image to fit based on...
This would require changes to Shaka Player to add this (see google/shaka-player#1301). When a download is stopped without using the API, the data will be orphaned and still be in...
This also only affects desktop platforms as we don't set the CA location on iOS.
We don't support tvOS right now. Unfortunately we use GN as a build system, which doesn't support tvOS. So we may not be able to support this until #19 is...
Unfortunately, other projects are higher priority for the moment, so I can't work on this for the moment. This is also a lower-priority item, especially since the Widevine CDM doesn't...
Just like before, other projects are a higher priority now. I hope to be back working on this project in Q2, but it may be later as many things now...
Unfortunately, other projects are higher priority right now, so I'm unable to work on this for a while. This will probably be the next major thing I work on, but...