Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaPlayer not initialized! #1383

Open
bknill opened this issue Aug 7, 2019 · 5 comments
Open

MediaPlayer not initialized! #1383

bknill opened this issue Aug 7, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@bknill
Copy link

bknill commented Aug 7, 2019

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?

@avaer
Copy link
Member

avaer commented Aug 7, 2019

That code looks correct, but <video> tag is waiting on #1361, which would need additional work on Oculus integration.

@avaer avaer added the enhancement New feature or request label Aug 7, 2019
@bknill
Copy link
Author

bknill commented Aug 7, 2019

Ahh.. is this required for the Go?

Any idea of timeframe around this? Or alternative ways of handling video ?

@avaer
Copy link
Member

avaer commented Aug 7, 2019

Go and Quest are mostly the same in terms of Exokit. :P

No timeframe, but would love help integrating Android's MediaPlayer api to the <video> tag if that's a requirement. That's probably the easiest way to handle video playback.

@bknill
Copy link
Author

bknill commented Aug 8, 2019

I'd love to be able to help but I have absolutely no idea how to achieve that.

@bknill
Copy link
Author

bknill commented Nov 24, 2019

hey @modulesio is there any progress on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants