c-frame / aframe-gltf-model-plus

gltf-model-plus component to load glb file with hubs extensions
https://c-frame.github.io/aframe-gltf-model-plus/
Mozilla Public License 2.0
10 stars 4 forks source link

Add support for Video Texture Target #16

Open vincentfretin opened 2 months ago

vincentfretin commented 2 months ago

Add a video-texture-target component. I have a modified networked-video-source that supports using it on a media-frame 2d I'm using with janus adapter. I need to verify if it would be working properly with easyrtc adapter.

vincentfretin commented 2 months ago

I also created this issue https://github.com/c-frame/sponsorship/issues/2 some times ago, so probably do a fix in networked-aframe repo as well.

My modified networked-video-source is dependent on a naf:reconnecting event for naf-janus-adapter I didn't contributed yet, and also on a video system that may be specific to janus adapter. I need to figure out how to use it with the easyrtc adapter and also contribute a share screen or share camera button like I did for MicButton.

vincentfretin commented 2 months ago

I added my video-texture-target component. But there is still a lot of code to contribute probably in a different repository to properly use it for screen sharing.

vincentfretin commented 1 month ago

I pushed my code working with janus adapter in https://github.com/networked-aframe/naf-valid-avatars/pull/34 Still need some changes to be used with easyrtc adapter.