This is a basic aplication I have build to test WebRTC, my main objective is to practice WebRTC. I will slowly improve the aplication, and add more features each time.
To start the project and test is at your own you have to do the following:
git clone git@github.com:XescuGC/webrtc-rails.git
bundle install
app/rtc/
and run npm install
to install socket.io
ifconfig
, copy the IP and change the ones in public/javascripts/rtc/client_signaling.js
and at the first line change the io.connect('YOUR-IP:2013')
rails server
node app/rtc/server.js
localhost:3000
Here you have the link
At the moment it only works between Chrome and Chrome (I'm currently working on the problem)
Now it works on Chrome and Firefox. Maybe there was some bug on the API.
As I said before the main objective is to practice WebRTC but I will list some of the other objectives I have in mind:
I've made a short Presentation of WebRTC in my Office, here are the Slides
You can participate with whatever you want, and use/fork this code (if you find it usefull) for whatever you want ofcourse. If you want to propose more ideas will be welcome jeje
email: xescugil@gmail.com
twitter: @xescugc