Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Can not use remote url source in vrview image #327

Open
zzwooc opened this issue Oct 10, 2018 · 0 comments
Open

Can not use remote url source in vrview image #327

zzwooc opened this issue Oct 10, 2018 · 0 comments

Comments

@zzwooc
Copy link

zzwooc commented Oct 10, 2018

My web server host is a.com, my images are on b.com.

I used an url as the source image, like this:

let vrView = new VRView.Player('#vrview', {
    image: 'https://b.com/image.jpg',
    preview:  'https://b.com/preview.jpg',,
    is_stereo: true,
    is_autopan_off: true
});

But I got error like this:

GET https://a.com/index.html?image=https://b.com/image.jpg&preview=https://b.com/preview.jpg&is_stereo=true&is_autopan_off=true& 404

Can not VRView use an url as the source?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant