delapuente / aframe-sharedspace-component

A-Frame VR component to create multi-user experiences with WebRTC
48 stars 4 forks source link

Doesn't work anymore? #1

Closed stevel4857 closed 6 years ago

stevel4857 commented 6 years ago

I tried this on my platform and also on the test link and neither brings up networked avatars. Just wondering if this has been discontinued. This is an amazing component. Tried it here: https://vr-chat.glitch.me/?room-1510150866435 and on my server. Neither seemed to work.

Thanks!

delapuente commented 6 years ago

I think it's working. What's your problem?

stevel4857 commented 6 years ago

It just wasn't working last week. I haven't tried it since then. I have two machines in my office, one with Oculus and one with Vive. So, it's easy for me to check networking. I was just worried when it wasn't working that day. I will check it again today.

Thanks for following up.

Steve Luiting http://sluiting.weebly.com P: 720.563.9377

On Tue, Nov 14, 2017 at 2:51 AM, Salvador de la Puente González < notifications@github.com> wrote:

I think it's working. What's your problem?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/delapuente/aframe-sharedspace-component/issues/1#issuecomment-344203480, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXAThmfkzhkLI1Yq0791TD1xjPR6TkUks5s2WKqgaJpZM4QWdFA .

aliy321 commented 6 years ago

what's the max number of user?

delapuente commented 6 years ago

Theoretically, there is no max number but the sharedspace component follows a full mesh topology which does not scale well for a large number of participants. Notice also that, by default, you're using my personal signalling server (provider property). Although convenient, you should switch to your own for improved availability

ValdoMpinga commented 7 months ago

Hello, does it still works? Im trying to use it, it connects and asks for the microfone permission and all but when i speak on it i cant ear nothing on both devices... and the spheres dont appear, only an empty map

<!DOCTYPE html>
<html>
  <head>
    <script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script>
    <script src="https://unpkg.com/aframe-sharedspace-component@1.0.1/dist/aframe-sharedspace-component.min.js"></script>
    <script src="https://unpkg.com/aframe-environment-component@1.3.3/dist/aframe-environment-component.min.js"></script>

    <!-- <script src="./components/testComponent.js"></script> -->
  </head>
  <body>
    <a-scene>
      <a-entity sharedspace="audio: true"  environment="preset: checkerboard" avatars> </a-entity>
    </a-scene>
  </body>
  <template>
    <a-sphere radius="0.1"></a-sphere>
  </template>
</html>

the code seems normal, please help with any hints

stevel4857 commented 7 months ago

Sorry. This code is pretty old. I would search aframe environment component and see if it is available as updated code somewhere. I had a lot of downloads four years ago. I should probably pull this.