You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
We are updating our application to use the current Shaka player embedded.
I realized that there is a new class ShakaPlayer which contains some of the API which was earlier in ShakaPlayerView.
So we updated our code accordingly.
I changed our wv license proxy server configuration code from: [playerView configure:@"drm.servers.com\\.widevine\\.alpha" withString:wv_proxy_license];
to [player configure:@"drm.servers.com\\.widevine\\.alpha" withString:wv_proxy_license];
I also tried: [player configure:ShakaPlayerLicenseServerConfig(@"com.widevine.alpha") withString:wv_proxy_license];
Still WV content is not playing and we get "Error Code:" 7001 in the log. Other streams are playing.
We are updating our application to use the current Shaka player embedded.
I realized that there is a new class
ShakaPlayer
which contains some of the API which was earlier inShakaPlayerView
.So we updated our code accordingly.
I changed our wv license proxy server configuration code from:
[playerView configure:@"drm.servers.com\\.widevine\\.alpha" withString:wv_proxy_license];
to
[player configure:@"drm.servers.com\\.widevine\\.alpha" withString:wv_proxy_license];
I also tried:
[player configure:ShakaPlayerLicenseServerConfig(@"com.widevine.alpha") withString:wv_proxy_license];
Still WV content is not playing and we get
"Error Code:" 7001
in the log. Other streams are playing.Build and run environment
The text was updated successfully, but these errors were encountered: