Trying to use this with an Equirectangular video. I had issues with PhotoSphereViewer directly, so I found this package.
Am I missing something for using it? Adding src to the component keep resulting in "Invalid panorama configuration, are you using the right adapter?"
Code
<ReactPhotoSphereViewer
height="500px"
width="100%"
plugins={[[VideoPlugin]]}
adapter={[EquirectangularVideoAdapter]}
panorama={{
source:
"my mp4 video url set by state",
}}
keyboardActions={true}
keyboard={true}
></ReactPhotoSphereViewer>
What are you trying to do?
Trying to use this with an Equirectangular video. I had issues with PhotoSphereViewer directly, so I found this package.
Am I missing something for using it? Adding src to the component keep resulting in "Invalid panorama configuration, are you using the right adapter?"
Code
Sandbox Link
No response
Library Version
^3.3.5-psv5.1.4
What operating system are you using?
macOS
What browser are you using?
Chrome
Logs
No response