Questions tagged [aframe-networked]

25 questions
4
votes
1 answer

Networked A-frame examples toggle video not working

I have created a remix of the Networked A-frame examples project. I've been testing out some features and for some reason, the toggle video button in the bottom left corner of the screen isn't working on the video example. The function is triggering…
Aidan Young
  • 554
  • 4
  • 15
4
votes
1 answer

Networked aframe dynamic rooms not working with easy rtc

Issue Hi, I've remixed a template for networked aframe dynamic rooms using a form: https://glitch.com/edit/#!/power-lily-pancake?path=public%2Fscene.html%3A41%3A0 For some reason whenever I add these lines of code to the tag, the entire…
3
votes
1 answer

Websocket connection error : Does not return a 101 changing protocal when using from different path

I am using easy-rtc with socket.io for multiuser experience in my metaverse project. We maintain the connection in socket.io using polling and web-socket. I am facing problem in web-socket connection when I am trying to give path to the…
3
votes
0 answers

Networked Aframe - Screen Sharing Bug

While developing a multi-user VR room with networked-aframe, i run into a bug with the screen sharing option simmilar to the one in the file: /examples/basic-multi-streams.html I've tried different approaches and tests but couldn't get that one…
2
votes
1 answer

Required to change the rotation axis of camera in AFRAME

I am using AFRAME for my metaverse application. I am trying to get Third party perspective(TPP) for my avatars in it. I am using rotate-with-camera component to my model so that the avatar rotates when the came is rotated. And I have positioned my…
2
votes
1 answer

Trouble setting dynamic room name in network a-frame

I'm having two a-texts both directs to same html
ajai.s
  • 320
  • 2
  • 10
2
votes
2 answers

Networked A-frame issue with dynamic-room and video

I am creating a project using A-frame (https://aframe.io) and the networked A-frame component (https://www.npmjs.com/package/networked-aframe) (project at: https://glitch.com/edit/#!/networkedtest?path=public%2Fscene.html%3A44%3A0) and I've run into…
2
votes
1 answer

networked aframe not working correctly with A-frame version 1.2

Problem Hi, I am creating a networked A-frame scene using a starting project. The project however, using an obsolete version of A-frame that isn't comp addable with vr headsets. Whenever I try to change the script sheet to the current version of…
Aidan Young
  • 554
  • 4
  • 15
2
votes
0 answers

Networked A-frame object

I am creating a scene in A-frame (https://aframe.io) using the networked A-frame component (https://www.npmjs.com/package/networked-aframe) and I'm wondering how I can create a "networked object" where when two users are in one scene and one user…
Aidan Young
  • 554
  • 4
  • 15
1
vote
0 answers

Issue regarding web socket in socket.io (back-end placed in different folder)

I am using express js, socket.io, and easyRtc for my back-end. I've to connect the back-end with client-side code. And we are hitting http://localhost:3333/quagmire-api/ to connect with the server-side. All the other requests are coming fine rather…
Abhishek Kumar
  • 102
  • 2
  • 11
1
vote
1 answer

Adding selected character/ .gltf model in a-frame

I'm stuck on one problem. There are three items I've built into the options. So, I want to click on any one of the buttons to change the avatar as per the click. If anyone selected a male avatar so it should be reflected in others also. For example…
Abhishek Kumar
  • 102
  • 2
  • 11
1
vote
0 answers

How to pass headers while using networked aframe?

While using Networked Aframe, we set up the client side as follows:
codingsplash
  • 4,785
  • 12
  • 51
  • 90
1
vote
1 answer

An issue when I use aframe in react.js

When I use aframe in react.js, there is a problem. I can't connect camera or wasd-control, look-controls in my player entity.
memokey
  • 51
  • 5
1
vote
1 answer

Networked Aframe project not working with dynamic-rooms

I have a project I'm creating using A-frame (https://aframe.io) and the networked A-frame component: https://www.npmjs.com/package/networked-aframe Link to the project: https://glitch.com/edit/#!/networkedtest I've run into an issue where whenever I…
0
votes
0 answers

Networked-Aframe changing buildings without refreshing the page?

I have been using networked-aframe for a while and love it. I ben trying to figure out how I can change a bluding live without having to refresh the page itself. unfortunately my lack of coding skills I'm unable to figure out or do. I wanted to ask…
1
2