-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
add exoplayer node sample #520
add exoplayer node sample #520
Conversation
Kudos on that! |
Does it support alpha channel in .webm? |
@erikhric |
Was the original scene form video node using exoplayer too? I saw there is an option to use ChromaKeying materia to achive transparency. Can we also use matte masks? Simply synchronize 2 videos - mask and content? |
What about displaying transparent webview that plays transparent video. Which approach seems doable to you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @green7night !
Can you please merge main and replace the VideoMaterial
modified from your version here: https://github.com/SceneView/sceneview-android/blob/dfbe7cd355bf404b9adcd466883ef6798f8a4da5/sceneview/src/main/java/io/github/sceneview/material/VideoMaterial.kt ?
Seems like |
The texture yes but not the player. |
No description provided.