vimeo / vimeo-threejs-player

A plugin for streaming video from Vimeo to WebGL/VR/AR apps
https://vimeo-threejs-player.glitch.me/
MIT License
89 stars 23 forks source link

Steps to have embedded in existing web app #3

Open oliverellmers opened 4 years ago

oliverellmers commented 4 years ago

This is more of a request for an expanded yet simplified explanation for beginner developers of the steps required to embed the vimeo-threejs-player into an existing web app as opposed to a feature request or bug report.

I have been following the getting started steps, and have successfully managed to playback videos locally using yarn.

I have a there's scene embedded in a webpage that I would like to embed a Vimeo video as a texture in, and am struggling with how exactly to set this up. The link in the getting started documentation explains to 'have a look at' the example server.js ...

Could there please be more explanation as to how to embed this in our own threejs projects to be embedded online?

Apologies if this sounds like a super novice request - a lot of inexperienced and starting out web developers are experimenting with threejs online and really need a simple and straight forward solution for getting streamed content into our apps - and this looks like the way forward! :)

Thanks,

Oliver

jackwaghorn commented 1 year ago

This is more of a request for an expanded yet simplified explanation for beginner developers of the steps required to embed the vimeo-threejs-player into an existing web app as opposed to a feature request or bug report.

I have been following the getting started steps, and have successfully managed to playback videos locally using yarn.

I have a there's scene embedded in a webpage that I would like to embed a Vimeo video as a texture in, and am struggling with how exactly to set this up. The link in the getting started documentation explains to 'have a look at' the example server.js ...

Could there please be more explanation as to how to embed this in our own threejs projects to be embedded online?

Apologies if this sounds like a super novice request - a lot of inexperienced and starting out web developers are experimenting with threejs online and really need a simple and straight forward solution for getting streamed content into our apps - and this looks like the way forward! :)

Thanks,

Oliver

Did you ever manage to get this working? I'm also facing the same issue — I'm fairy new to development and I'm having a hard time working out how to get this working on my Vue web app. Also just want to apply this to a texture in a Three scene. Any help or further info would be appreciated!