I am using latest version of Shaka Player (V2) with Wowza streaming server using mpeg Dash.
When playing the video in Chrome browser everything works fine, but When hosting the same player web page in Cefsharp component (c# web ctrl that wraps Chromium) I am getting error 4001.
When I used an older version of Shaka Player (v1) I got a different error: "The manifest specifies content that cannot be displayed on this browser/platform".
The player pass shaka.player.Player.isBrowserSupported() test in all cases.
Can you supply more details about the error and what can I do to overcome it ?
Alon