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

Play video in aframe without a server #13

Closed
topherzee opened this issue Mar 15, 2019 · 2 comments
Closed

Play video in aframe without a server #13

topherzee opened this issue Mar 15, 2019 · 2 comments
Assignees

Comments

@topherzee
Copy link

Is it possible to include a vimeo video with purely client-side tech? As far as I can tell it is not, in which case please consider this a feature request.
As most of the Aframe examples and libraries work in a pure client-side context, I think it would be worth mentioning in the main readme that a server is required (if that's true), to avoid confusion.
(Great library and demo projects though - really happy vimeo is proactively supporting aframe!)

@juniorxsound
Copy link
Contributor

Thanks @topherzee

Technically, it is possible. However, it means you are storing your API credentials (i.e token) in a publicly accessible way, which is not recommended for publicly available apps. If you are working locally and want to experiment with that, feel free to hack the plugin to fit your needs!

Thanks for the suggestion, we will update the README to reflect the need for a server 🙌

juniorxsound added a commit that referenced this issue Mar 18, 2019
Adding the need for a server (#13) and a link to the threejs-player repository
@topherzee
Copy link
Author

topherzee commented Mar 22, 2019

Thanks for response and readme attention! I'll followup with another ticket about the token.
#15

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

No branches or pull requests

2 participants