Comments on: Node JS Raspberry Pi: Creating a WebRTC WOW Moment https://bloggeek.me/webrtc-raspberripi-nodejs/ The leading authority on WebRTC Sat, 02 Jul 2022 17:00:01 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117392 Tue, 01 Dec 2015 17:28:47 +0000 http://bloggeek.me/?p=5471#comment-117392 In reply to Dennis Dunbar.

Dennis,

Not sure what the issue is. I did this one over a year ago. I’ve used the Raspbian Os (https://www.raspbian.org/) as far as I can recall.

]]>
By: Dennis Dunbar https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117391 Tue, 01 Dec 2015 17:12:27 +0000 http://bloggeek.me/?p=5471#comment-117391 I think I follow this very carefully but in the end when I:

pi@raspberrypi ~ $ node webrtc_signal_server.js

I get:
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by node)
node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16′ not found (required by node)

I did:

sudo apt-get install libstdc++6

and got:
libstdc++6 is already the newest version.

What to do???
Thanks

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117390 Tue, 15 Sep 2015 12:31:56 +0000 http://bloggeek.me/?p=5471#comment-117390 In reply to Jayakarthigeyan.

That’s not a little work but rather a lot of work.

This is the closest publicly available article I know that deals with it: http://www.rs-online.com/designspark/electronics/blog/building-a-raspberry-pi-2-webrtc-camera

]]>
By: Jayakarthigeyan https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117389 Tue, 15 Sep 2015 12:28:00 +0000 http://bloggeek.me/?p=5471#comment-117389 Thanks for the post. The code works perfectly. Is it possible to add few lines of code in the existing code you can give so that, the raspberry pi also joins the webrtc session. So that someone sitting infront of the raspberry pi with the microphone, speakers and camera attached to raspberry pi can also join the Chat?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117388 Sat, 05 Sep 2015 13:21:17 +0000 http://bloggeek.me/?p=5471#comment-117388 In reply to Roland.

Thanks for the tip Roland

]]>
By: Roland https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117387 Sat, 05 Sep 2015 12:38:36 +0000 http://bloggeek.me/?p=5471#comment-117387 Thanks for the tutorial.
It worked first try 🙂

One hint for step 5:
`npm install websocket`
creates a folder “node_modules” in the current folder. Would be better to `cd getting_started_with_webrtc` first.

When you are in the `getting_started_with_webrtc` folder you can also run `npm install`
witch will install all dependences for you. So you don’t need the “manualy” install the websocket module.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117386 Fri, 10 Apr 2015 20:02:54 +0000 http://bloggeek.me/?p=5471#comment-117386 In reply to Richard van Det.

You’ll need a public IP for your signaling server if you wish to be able to route calls to it. You may also need to connect to an external TURN server.

The idea of this post was just to show that it is easy to get this up and running. Production is a bit harder 🙂

]]>
By: Richard van Det https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117385 Thu, 09 Apr 2015 19:33:43 +0000 http://bloggeek.me/?p=5471#comment-117385 appreciate the effort made here, even i can install a WebRTC server now, WOW !

So i got it working allright locally behind the home gateway, but not from the internet. Mmm, portforwarding did not bring the success i had hoped for though. Do i have to change settings somewhere else?

i would like to name the session to a roomnme of my choice, does anybody have a sample for that?

thx,
richard

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117384 Tue, 24 Feb 2015 14:06:11 +0000 http://bloggeek.me/?p=5471#comment-117384 In reply to antonio.

Thanks for sharing Antonio.

]]>
By: antonio https://bloggeek.me/webrtc-raspberripi-nodejs/#comment-117383 Tue, 24 Feb 2015 14:03:50 +0000 http://bloggeek.me/?p=5471#comment-117383 i would suggest PuttY (older, works perfectly, open) to ssh on windows instead of bitvise (commercial crap, closed source i would never trust), just my 2 cent

]]>