Questions tagged [easyrtc]

EasyRTC is a full-stack open source WebRTC toolkit suitable for building highly secure, WebRTC applications. It is a bundle of web applications, code snippets, client libraries and server components written and documented to work right out of the box.

EasyRTC is a WebRTC library for NodeJS and client-side JavaScript. Its API provides uniform access to Firefox and Chrome's WebRTC capabilities. It comes with a signalling server that uses [socket.io]. It is free/open source and licensed under the MIT license.

77 questions
6
votes
1 answer

Security issue with exposing TURN server credentials in WebRTC

We are using google public stun server in one of our application in the test environment. And, we are also installed Turn server. The issue is - When we run the app, in the javascript file, we have put username, password and server address of turn…
Bhupinder Singh
  • 244
  • 1
  • 12
4
votes
1 answer

EasyRTC - Change camera source

I'm developing a videochat using EasyRTC framework. I have built up a small web application using Node.JS as server. Everything is working fine and I can make video call. When I'm using it from tablet or smartphone, default camera is front…
ronIDX
  • 678
  • 1
  • 4
  • 18
3
votes
0 answers

How to fix NOVIABLEICE error in EasyRTC?

EasyRTC no longer seems to work at all, even the demo page gives NOVIABLEICE error (only works inside personal network): https://demo.easyrtc.com/demos/demo_audio_video.html So solutions may be: All EasyRTC stun servers are down? Easyrtc options…
Tom
  • 117
  • 10
3
votes
1 answer

How to access EasyRTC in Ionic Framework

I want to build video call mobile app using EasyRTC Framework and Ionic In browser my ionic project work well when i combine with easyRTC i setting in my index.html ionic project to connect with easyRTC like this
Trisna
  • 365
  • 1
  • 4
  • 15
3
votes
2 answers

SimpleWebRTC, EasyRTC and Kurento .. what's the difference?

Hello I am new learning WebRTC and i am a bit confused, i understood that WebRTC works peer to peer but we need signaling, which of SimpleWebRTC, EasyRTC and Kurento can help doing that and why do we need them if node.js can do it? if they are not…
h_h10a
  • 417
  • 4
  • 14
3
votes
0 answers

EasyRTC + Node Webkit: Attempt to connect when already connected to socket server - Error

I am creating a node webkit application in which I want to implement audio-chat.I have implemented the same with EasyRTC and it's working fine. I have a sails server for my application which is running in the port 1337 and the audio-chat that I have…
DivyaMenon
  • 311
  • 4
  • 16
3
votes
1 answer

TURN-Server with easyrtc doesn't work

I use easyrtc with node.js. The *****:8080/demos/demo_audio_video_simple.html work correct on the same network. But if i try it from 2 different networks i get only a black screen. After some research I found out, i need a TURN Server, but it…
Jan Meisel
  • 259
  • 2
  • 11
2
votes
1 answer

Bandwidth and Quality Control on WebRTC App

I'm wondering if the WebRTC api changes the bandwidth automatically to increase the experience. As much as I know, WebRTC has a feature to change and limit the max. bandwidth as we wish. The question that I seek answer to is should we be doing this…
oividiosCaeremos
  • 364
  • 1
  • 2
  • 15
2
votes
1 answer

Node.js Easyrtc deploy fail on Heroku

easyRTC server works fine on localhost but when I deploy it on Heroku it cause build fail and gave this logs Node.js app detected Creating runtime environment NPM_CONFIG_LOGLEVEL=error NODE_ENV=production NODE_MODULES_CACHE=true …
Salim Sh
  • 21
  • 2
2
votes
0 answers

socket.io 404 cant connect with socket.io server

I have webrtc / socket.io / nodejs running on a server, everything works fine when i go to the https://domain.com:8080 to test a video conference. But i want the script to run in my webserver /public_html/ But i dont know why it is not connecting to…
Vazzilly
  • 171
  • 1
  • 10
2
votes
2 answers

EasyRTC multi-connection with different network connection

EasyRTC is a open source webRTC plugin used for many purpose. My intention is to prepare a video chatting example using this. When I try this with same network connection (same wifi) it works like a charm, but when I try this with different wifi…
2
votes
1 answer

How to Get media for webRTC in webview?

I Run an app that let you start voice chat with webRTC (it based in easyRTC) when I call my page from android browser it ask for get media resource and then start chat ... However when I Call my webpage in android webview does not get request for…
mohammad
  • 275
  • 2
  • 15
2
votes
1 answer

Using easyrtc's room occupant listener, how do I call other users as soon as the user list is updated?

I'm using the room occupant listener to listen for updates on the users that are in the room. In the demos, the user list gets updated with the new users and they have buttons for calling each user, similar to the contact list in an instant…
user9903
1
vote
0 answers

How to use video chat and file-transfer at the same time?

The question is written on the title. For every sample, the connection is being made differently. Whenever I try to use both easyrtc.easyApp('easyrtc.videoChatHd', 'selfVideo', [ 'callerVideo' ], loginSuccess, loginFailure); and…
oividiosCaeremos
  • 364
  • 1
  • 2
  • 15
1
vote
0 answers

Socket.io is getting a 403 error on my website

Check https://www.winsteadworks.com console for the error. My website is on my raspberry pi 3 using nginx webserver to host my website. I am having trouble getting NAF (Networked AFrame) to work correctly. What I am trying to do is get Easyrtc to…
1
2 3 4 5 6