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
0
votes
1 answer

Node.js EasyRTC Errors Related to Setup

I'm busy working through some EasyRTC documentation in order to come to terms with how it works. I'm having some trouble though calling the EasyRTC functions (easyApp, joinRoom etc). I'm certain it has something to do with the way I've set it up but…
TheLovelySausage
  • 3,838
  • 15
  • 56
  • 106
0
votes
2 answers

Where is the meteor.js file?

EasyRTC inside Meteor error I am trying to run a second EasyRTC server and access this server inside Meteor. This is the tutorial I am working from: https://easyrtc.com/docs/easyrtc_with_other_servers.php The program works fine within a basic…
dennis
  • 153
  • 2
  • 9
0
votes
1 answer

easyrtc.listen failing - Waterfall not working?

I'm trying to deploy EasyRTC on Azure platform. Somehow it looks like its not executing the waterfall funcions (The one that prints for example, "Configuring Http server"). It reachs the debug info "Running func 'onStartup" but the functions on the…
freifede
  • 81
  • 6
0
votes
1 answer

the image getting from webrtc is reversed, why?

I established a video chat by EasyRTC, with it's demo program. I can talk with another user and see the image from another user in the chat, but the all the image is reversed. how does this happen?
Joy.w
  • 37
  • 1
  • 4
0
votes
1 answer

Socket IO socket ids different on client after updating version (EasyRTC)

I'm using socket.io with easyrtc to have a p2p video chat. Working example at https://github.com/merictaze/enlargify with following package versions "express": "^4.15.2", "easyrtc": "1.0.x", // easyrtc@1.0.15 "socket.io": "^1.4.5" The easyrtc logic…
Faisal
  • 91
  • 8
0
votes
1 answer

Using Networked-Aframe with aframe-react

I'm trying to make a multiplayer game using the Networked-Aframe library with aframe-react. The big roadblock I've run into is I can't simultaneously run: react-scripts start to run react and node ./src/vendor/easyrtc-server.js to run my…
JDorman
  • 89
  • 1
  • 12
0
votes
0 answers

How to record video using Kurento in Easyrtc?

I'm new to Webrtc and Javascript. I'm trying to build a video chat application with recording functionality on the server. Currently, I use Easyrtc as Webrtc wrapper to provide the video chat functionality and it's working great. I also setup TURN…
pren
  • 45
  • 2
  • 8
0
votes
1 answer

Error on getting Ice Config in Xirsys

I'm having a trouble on looking for the error can anyone point it out for me please i have been into this for 2 days and still can't figure it out. the picture above is the error log from heroku. and here is my server.js for the ice…
Ginxxx
  • 1,602
  • 2
  • 25
  • 54
0
votes
1 answer

Easy RTC SQL Connection

I'm developing new project using Easy RTC. I'm not good at javascript and need little help about sql connections. All Easy RTC pages are .js and framework use Node JS. Designed new login page for my project but i cant connect and authenticate user.…
0
votes
0 answers

could not connect with a different internet connection(EasyRTC)

Good day every I'm having a trouble about the livestream software i am making. So in the first picture as you see there's a floating circle on the upper left corner of the video and in this 2nd picture I'm trying to feed the image to the first…
Ginxxx
  • 1,602
  • 2
  • 25
  • 54
0
votes
0 answers

Deploying Easyrtc server to azure

I recently tried using easyrtc on a project. It worked pretty well on my local pc and everything seemed fine. But deploying it to azure has been a serious problem. I have tried uploading the exact installation from my pc. It actually works, because…
0
votes
1 answer

Easyrtc permission denied and usermedia failed

I am using hublin. the camera and microphone was working fine locally but when i uploaded to server. camera permission pop does not appear, it just silently fails and at console there is error of easyrtc.js:2100 invoking error callback…
owais
  • 4,752
  • 5
  • 31
  • 41
0
votes
1 answer

EasyRTC / WebRtc - Video call in 3G not working

I've implemented a working video chat app using EasyRTC as framework. If I make video call through my Wi-Fi internet connection, everything is working. When I make a video call through 3G internet connection, I can see list of connected user, but…
ronIDX
  • 758
  • 1
  • 5
  • 20
0
votes
1 answer

Unable to Connect to Xirsys STUN and TURN servers using EasyRTC

I'm working on a video chat application using EasyRTC and Xirsys. It works fine on its own (using the Google STUN server), but fails when I create a listener for the getIceConfig event. The EasyRTC server is on port 8080, and I also have an Apache…
0
votes
0 answers

webrtc leaks audio played on other tabs

when i'm in a video call with someone else, and listen to a youtube music on another tab at the same time, that person can hear it crystal clear. BTW i'm using a headphone, so there's no way sound is from my speaker. I'm on Mac using Chrome. Why…
Saitama
  • 477
  • 6
  • 18