wjywbs
wjywbs
Is there an api in shaka player to detect whether the CDM supports HW or SW? Or can shaka try HW first and fallback to SW? Thanks.
I enabled "Google Widevine Windows CDM" in Chrome Beta 102. When video robustness is SW_SECURE_DECODE and audio robustness is SW_SECURE_CRYPTO, it seems like this L1 CDM is still selected, instead...
Please try this repro: https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=CUSTOM%20CONTENT;build=compiled Manifest url: https://personal-data-2018.s3.amazonaws.com/bbb/b5.mpd DRM custom license server url: https://widevine-proxy.appspot.com/proxy Shaka reports error code 6007 when L1 CDM (Hardware Secure Decryption flag) is enabled. Widevine proxy...
I added support to play AES-128 encrypted HLS TS streams, but I haven't updated tests yet. https://github.com/wjywbs/shaka-player/commits/aes Add this config to the player: ``` player.configure({ manifest: { hls: { //...
@avelad Sure, I created PR #3880 @hiren3897 Yes, I used ``
By the way, #30 fixed the h= wrapping as well.
I'm using grpc to fetch some data. Since open source protobuf copies data, I didn't parse the response into protobuf. I convert grpc response data slices into a cord and...
Thanks. This is what I'm looking for. It's not easy to come up with after reading the header. Could this be documented?
You should download 3.1750.1738 instead of 3.2680.1395.g84fe790 because the api does not match.
Is there any permission issue with `/data/dev/javacef/cef3/cef_runtime/linux64/cefclient`? Or does it exist? The "failed to launch child process" error should be fixed first.