viro
viro copied to clipboard
Video with alpha channel
Requirements:
Please go through this checklist before opening a new issue
- [ x] Review the documentation
- [ x] Search for existing issues in: viromedia/viro & ViroCommunity/viro
- [x ] Use the latest ViroReact release
Environment
Please provide the following information about your environment:
- Development OS: Mac
- Device OS & Version: iOS 15 and Android 13
- Version: ViroReact 2.23.0 and React Native 0.66.5
- Device(s): What device(s) are you are seeing the issue on iPhone XR and OnePlus 8 Pro
Description
So the issue is around the video with alpha channel not working as expected even when adding chromaFiltering.
I tried using react-native-video
to reproduce the video and it works with alpha channel out of the box but I cannot put him inside a Viro component.
Reproducible Demo
Top one is ViroVideo with chromaKeyFilteringColor: '#55004508',
and bottom one is from react-native-video
My question is can we had any component other than Viro inside a ViroNode, I tried and gave out an error about RTCView.
Any one has a suggestion or opinion on how to fix or proceed?
Is it possible add react-native-video component inside a Viro component?
Closing as it is now working with latest version of Viro.