One more gotcha (getting the examples to work on browser): some javascript in the examples require https
eme-demo.js:43 Uncaught TypeError: navigator.requestMediaKeySystemAccess is not a function
at eme-demo.js:43:11
And even then you'll probably hit this on Chrome
eme-demo.js:98 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first.
https://goo.gl/xX8pDDThen you can try to interact with the white page, reload a bunch of times, eventually you'll get a black video rectangle, right-click and enable show controls, then click play, then finally the video will play.
Cobalt team: any easier method?