Jacob Trimble
Jacob Trimble
Try clearing out the sample_xcode_project folder. The extra files you added may be confusing things. You can use `git clean -xfd sample_xcode_project`.
You implicitly added a bunch of files when you ran `configure` in the wrong directory. You should try again with everything cleared out. You could delete the whole folder and...
We could add that. One problem is that in JavaScript, these are any kind of value, but that doesn't work well in C++. We'd probably just convert these to strings....
It is probably supported now, you just need to enable the codec from FFmpeg using the `--codecs` flag to `./configure`. We limit the default codecs to H.264 and AAC by...
The design for #60 included parts of what is needed for multiplexed content. Some things still need to be done. Under the new design, a `Demuxer` would read the multiplexed...
We don't bundle Chromium, especially since I think it doesn't do video rendering on iOS. I think Chrome just uses the native web views since iOS has restrictions on HTML...
That is slightly incorrect. The `onPlayerError` is called for non-Promise errors. The `load`, `unload`, etc methods have to pass the block, which acts like the Promise in JavaScript. Once the...
There's no way to do it in the API, but you could edit the source [here](https://github.com/google/shaka-player-embedded/blob/dccd0bbe7f326e73ef4841700b9a65ded6353564/shaka/src/media/apple/apple_decoder.cc#L417). I'll change it to set a default `abr.restrictions` config; this will allow the size...
Could you check the width/height of the video? Just because the source content is 4k doesn't mean it will always play that. It's possible that iOS 11.3 is only playing...
Please reply to or close your other issues. If this is the result of fixing those issues, you should post this as a comment instead of opening a new issue....