Skip to content
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

Broadcating not working #7

Open
yogesh-rinologix opened this issue Jul 26, 2020 · 9 comments
Open

Broadcating not working #7

yogesh-rinologix opened this issue Jul 26, 2020 · 9 comments
Assignees

Comments

@yogesh-rinologix
Copy link

Hi,
I use same code and i add api key but broadcast not run.
https://ecommunication.asia/videoapi/nv/t/broadcaster.html
Please check help me
thanks

@digitallysavvy
Copy link
Owner

This issue is you have not properly configured your asset file paths. the example is looking for the broadcaster.glb within a folder assets. Based on the config the assets should exist within the same directory as the folder.

For whatever reason within your deployment, the server looking in the root directory of the domain (https://ecommunication.asia/assets/broadcaster.glb), which doesn't exist so it throws an error in the console. Since the asset is essential to the loading of the scene, Aframe never completes the load and appears to hang. You should hardcode the asset url to ensure that you are properly linking to the assets.
(https://ecommunication.asia/videoapi/nv/tassets/broadcaster.glb)

image

@yogesh-rinologix
Copy link
Author

Thanks brother issue not fixed 👍
Can you please share your skype id

@digitallysavvy
Copy link
Owner

Your demo seems to be working for me just fine.

image

@yogesh-rinologix
Copy link
Author

Great brother but voice not working at my end.
Can you share me your skype so that we can communicate thanks

@digitallysavvy
Copy link
Owner

Ahh good catch.

I disabled the audio in the createStream during testing and forgot to enable it .

in the broadcaster.js update the localStream's createStream call to:

  const localStream = AgoraRTC.createStream({
    streamID: uid,
    audio: true,
    video: true,
    screen: false
  });

@digitallysavvy digitallysavvy self-assigned this Jul 29, 2020
@yogesh-rinologix
Copy link
Author

Oh Thanks brother

@yogesh-rinologix
Copy link
Author

Hi brother can you help me to provide any developer for hire to integrate agora api with my website
Thanks

@digitallysavvy
Copy link
Owner

please send an email to [email protected] with a description of your use-case and the scope of the work you need done and I can introduce you to one of Agora's developer partners.

@yogesh-rinologix
Copy link
Author

yogesh-rinologix commented Aug 6, 2020

I send email to [email protected] with a description. Waiting for your revert
Thank you so much brother

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants