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
Player w/ mediaElement has been deprecated and will be removed in v5.0 .
We are currently at version v4.9 .
Additional information: Please migrate from initializing Player with a mediaElement; use the attach method instead.
Player gets warning:
Needs fix:
https://shaka-player-demo.appspot.com/docs/api/tutorial-basic-usage.html
Update from:
const player = new shaka.Player(video);
To
const player = new shaka.Player();
await player.attach(video);
The text was updated successfully, but these errors were encountered: