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
You cannot use the Web Audio API on non-secure contexts (which includes HTTP (without "S")) sites.
What currently happens is TypeError: Cannot read properties of undefined (reading 'addModule', and the popup says "could not find a suitable media element" when there's clearly an otherwise suitable element present. See here, for example http://player.kaltura.com/docs/ .
The text was updated successfully, but these errors were encountered:
You cannot use the Web Audio API on non-secure contexts (which includes HTTP (without "S")) sites.
What currently happens is
TypeError: Cannot read properties of undefined (reading 'addModule'
, and the popup says "could not find a suitable media element" when there's clearly an otherwise suitable element present. See here, for example http://player.kaltura.com/docs/ .The text was updated successfully, but these errors were encountered: