Open
Description
We're using an html
<video id='videoEl' className='mediaEl' crossOrigin='anonymous' playsInline='true' webkit-playsinline='true' ></video>
<audio id='audioEl' className='mediaEl' crossOrigin='anonymous' ></audio>
These then get used as source for the various elements, i.e. 360 video sphere.
I get the error 'MediaPlayer not initialized!' when ever Exokit tries to play a media file, can you let me know how to handle media with Exokit?