I have been trying to run a simple shaka player test page based on the latest version from the repository using Cobalt release 11.
Using the debug version of shaka player currently I get the following console log:
[0301/112442:INFO:console.cc(52)] [console.log()] IndexedDB.install
[0301/112442:INFO:console.cc(52)] [console.log()] InputEvent.install
[0301/112442:INFO:console.cc(52)] [console.log()] mathRound.install
[0301/112442:INFO:console.cc(52)] [console.log()] MediaKeys.install
[0301/112442:INFO:console.cc(57)] [console.info()] Using native EME as-is.
[0301/112442:INFO:console.cc(52)] [console.log()] MediaSource.install
[0301/112442:INFO:console.cc(57)] [console.info()] Using native MSE as-is.
[0301/112442:INFO:console.cc(52)] [console.log()] VideoPlayPromise.install
[0301/112442:ERROR:console.cc(62)] [console.error()] VTTCue not available.
[0301/112442:INFO:browser_module.cc(534)] Loaded WebModule
[0301/112442:INFO:console.cc(52)] [console.log()] Unload latency:
[0301/112442:INFO:console.cc(52)] [console.log()] load() failed:
[0301/112442:ERROR:console.cc(62)] [console.error()] Error code
Has anyone been successful in getting shaka player work with the Cobalt Browser? If so could you please point me to the version used and what if any kind of modifications were made to get it working.