VideoContext
VideoContext copied to clipboard
A-frame demo not working
The A-frame example at http://bbc.github.io/VideoContext/examples/aframe.html reports an error in Chrome (76). Here's the console output:
VideoContext - playing
ucarecdn.com/:1 GET https://ucarecdn.com/bcece0a8-86ce-460e-856b-40dac4875f15/ 404
medianode.js:118 Error with element <video crossorigin="anonymous" webkit-playsinline playsinline src="https://ucarecdn.com/bcece0a8-86ce-460e-856b-40dac4875f15/" loop></video>
aframe.html:1 Uncaught (in promise) DOMException
Hi Chris, thanks for raising this!
@yakca has fixed it on develop (#180) and it will make its way to http://bbc.github.io/VideoContext/examples/aframe.html with the next release.
I now see a different error, due to autoplay policy, from VideoElementCache.init():
play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD