Gary Katsevman
Gary Katsevman
Unfortunately, I'm not too sure how react-native runs. mpd-parser is javascript project that when given the XML of an MPEG-DASH manifest will return a JSON representation of it. If react-native...
Yup, looks like it was changed at one point and the example and docs never got updated. Here's an example usage: https://github.com/videojs/http-streaming/blob/0976212d8c447b80904a8d1b5f8323579b875be2/src/dash-playlist-loader.js#L41-L45 I think passing the `manifestUri` as part of...
Yeah, I don't think we can reasonably add that in. For mp4 videos, we'd need to download the video ourselves and parse the mp4 and for HLS/DASH, we don't have...
It's definitely going to be an issue. We already don't really have the bandwidth to maintain this project. The last time I updated threejs (https://github.com/videojs/videojs-vr/pull/249) I've had trouble and it...
I've just tried the example that's in the repo and it's working fine in Chrome. I'm on Chrome 67, what version of chrome are you using? Are you seeing any...
Looks like you're using videojs-panorama and not videojs-vr?
The error screenshot you provided includes an error coming from videojs-panorama. Though, maybe it's just on the page but not initialized. Would you be able to provide a live reduced...
So, just tried your example on two android devices I have, on my pixel 2 xl, it loaded just fine but on my nexus 9 (still Android 5) it didn't....
On my device, when it didn't work, I didn't get any other errors in the console for some reason. Just the "media could not be loaded" error, using index2 it...
Awesome, glad you got it working. Yeah, it's possible that a high framerate or high resolution could cause issues for the decoders.