Thursday, 13 February 2014

Video+ Text chat - without pronto login

So , here's a solution to have a video + text chat with special  someone WITHOUT logging into PRONTO (so save your 3 gb limited data) ....

Follow the instructions .


1> Go to http://nodejs.org/ , and install it .

2> After installation ..... goto start menu and start "node.js command prompt "...

3> Type "npm install socket.io" .press enter ..and wait for sometime ...

4> After it completes , again type "npm install node-static" .... press enter ... again wait for a few seconds .....

5> Now download this https://bitbucket.org/webrtc/codelab/get/6d376e955933.zip .....and extract it on desktop ....

6> Again come back to node.js command prompt .....and type the following commands(lines beginning with >>>>) :

>>>>>cd "path "
where path is of step7 folder inside complete folder inside the extracted zip folder on desktop .....

example: In  my case it was path = "C:\Users\abhishek\Desktop\webrtc-codelab-6d376e955933\webrtc-c
odelab-6d376e955933\complete\step7"

>>>node server.js

now don't close node.js command prompt window ..till you want to chat ....

7> Now open chrome web browser ... goto localhost:2013..... and allow the web cam ....

8> Now open command prompt and type "ipconfig "...and copy your ipv4 address .....

9> Share this thing with the person you want to talk to :-> "ipaddress:2013" .... and ask him to open it in chrome(preferred) ......

which in my case  was "172.16.somenumber.somenumber:2013".....

10> Last step .....both of you ....log out from pronto......

enjoy ....and happy valentines day ..... ;)



1 comment: