Sergei Gridasov

Results 13 comments of Sergei Gridasov

Hello there! We recently faced the same problem with shaka v4.1.2. DRM module fails to make a request and crushes with 6006 error

Thank you @fredrik-telia. I will give it a try and let you know if your suggestion helps

So, unfortunately, the suggested solution doesn't work for me. Here is my config ![image](https://user-images.githubusercontent.com/16236036/182380574-38961c0a-32df-4fd8-9aa5-2bdb25cdc28e.png) BTW, what is the difference between "com.apple.fps.1_0" and "com.apple.fps"?

Actually, I tried a built from the master branch as well and got another error 6007 (LICENSE_REQUEST_FAILED), but it could be related to out DRM server. Thanks again!

Hi @joeyparrish! I followed suggested hints, and Shaka's behavior become even stranger. In most cases the player gives 3016 error, but occasionally it plays a live stream. The only working...

@enjikaka The approach with two instances sometimes doesn't work, because a browser's policy requires a user activations/interactions for producing actions such as autoplay. See details here https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

@enjikaka @OrenMe gave the more extended answer https://github.com/google/shaka-player/issues/880#issuecomment-590261093 why two instances won't work and from my experience, I agree with him

Hello there! I notice this problem too. Streams with fairplay DRM work fine on desktop Safari, but not on native Safari. We configure fairplay DRM similar to the original post,...

I confirm this bug. Currently, we are on v3.0.5, and when I tried to upgrade to v3.0.8 got many errors about intersections with Chromecast types. If required I can provide...

``` node_modules/shaka-player/dist/shaka-player.compiled.d.ts:446:62 - error TS2694: Namespace 'google.ima.dai.api' has no exported member 'StreamRequest'. 446 requestServerSideStream (imaRequest : google.ima.dai.api.StreamRequest , backupUrl ? : string ) : Promise < string > ; ~~~~~~~~~~~~~...