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

Can not use remote url source in vrview image #327

@zzwooc

Description

@zzwooc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions