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

Embedding a Youtube Video player (Iframe) in the Viewer #1118

Open
agyson opened this issue Oct 15, 2023 · 6 comments
Open

Embedding a Youtube Video player (Iframe) in the Viewer #1118

agyson opened this issue Oct 15, 2023 · 6 comments
Labels

Comments

@agyson
Copy link

agyson commented Oct 15, 2023

Describe the feature

Hello,

I noticed that Marzipano allows embedding of YouTube videos in their viewer, as seen here: Marzipano: Embedded Hotspots. Is it possible to achieve the same with this viewer? If so, could you guide me on how to do it?

Thank you.

Alternatives you've considered

No response

Additional context

No response

@agyson agyson added the feature label Oct 15, 2023
@mistic100
Copy link
Owner

No it is not possible and not planned. Why don't you just use Marzipano ?

@agyson
Copy link
Author

agyson commented Oct 15, 2023

It seems that Marzipano is no longer actively maintained. I'm interested in developing my project using your library, given its active development status.

I've noticed you've introduced the new "element" type for markers in 5.4.0. Have you considered adapting it into a rectangular placeholder?

@mistic100
Copy link
Owner

I have absolutely no clue of the math involved to make an HTML element behave like the imageLayer and videoLayer markers (those are simple because entirely handled by ThreeJS) and don't really want to do it.

@mistic100
Copy link
Owner

This uses the CSS3DRenderer, which handles the transformations.

It might be possible to have second rendered on top of the WebGL main one use by PSV, only containing these objects.

@mistic100 mistic100 removed the wontfix label Feb 29, 2024
@mistic100
Copy link
Owner

I am working on an new "elementLayer" which will allow iframe (or any element like the existing element markers) renderer in the 3D scene.

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

No branches or pull requests

3 participants
@mistic100 @agyson and others