muaz-khan / WebRTC-Experiment

WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!
https://www.webrtc-experiment.com/
MIT License
11.7k stars 3.95k forks source link

webRTC-developer needs for chat room script #369

Open reutorah opened 8 years ago

reutorah commented 8 years ago

Hi,

I own http://phpsunchat.com and i wanted to integrate webRTC in chat room i just want to have simple talk button and highlight which user is talking and rest of the users listens who doesnt talks.

PhpSunChat is jquery/ajax/php/mysql based, i am willing to pay 1100 INR through freelancer.com for the one who can help me integrate webRTC into my chatroom script.

Please email me at 1godofuniverse@gmail.com who can integrate multiple conference into my chat room script.

My skype id : khalifa333

PhpSunChat is only 3 days old and its latest version can be seen at http://www.phpsunchat.com/upgrade/

Eagerly waiting.

Thanks, Reu Torah.

vrobbi commented 8 years ago

I can help you. Try my demo here:www.nuovoweb.eu/webrtc/ The signalling server server is hosted on heroku platform. Sources writed in node.js are available on my github account: http://github.com/vrobbi/signalmaster

More info on info@nuovoweb.eu

reutorah commented 8 years ago

how many concurrent connections can be there in audio conference ?

On Tue, Nov 3, 2015 at 1:59 PM, vrobbi notifications@github.com wrote:

I can help you. Try my demo here:www.nuovoweb.eu/webrtc/ The signalling server server is hosted on heroku platform. Sources writed in node.js are available on my github account: http://github.com/vrobbi/signalmaster https://github.com/vrobbi/signalmaster

More info on info@nuovoweb.eu

— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-153286641 .

vrobbi commented 8 years ago

Hi,

https://vrobbi-signalmaster.herokuapp.com/soloaudio.html

teorically up to a 6 partecipants at the same time in that demo. But mostly depends on how much bandwidth every user have. If a user has a low bandwidth he can't talk with all others users at the same time

That demo uses webrtc multiconnection javascript library.

Instead the text chat presents is done with server side code wrote in node.js

Best regards ----- Original Message ----- From: reutorah To: muaz-khan/WebRTC-Experiment Cc: vrobbi Sent: Friday, January 22, 2016 10:18 AM Subject: Re: [WebRTC-Experiment] webRTC-developer needs for chat room script (#369)

how many concurrent connections can be there in audio conference ?

On Tue, Nov 3, 2015 at 1:59 PM, vrobbi notifications@github.com wrote:

I can help you. Try my demo here:www.nuovoweb.eu/webrtc/ The signalling server server is hosted on heroku platform. Sources writed in node.js are available on my github account: http://github.com/vrobbi/signalmaster https://github.com/vrobbi/signalmaster

More info on info@nuovoweb.eu

— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-153286641 .

— Reply to this email directly or view it on GitHub.

reutorah commented 8 years ago

I want to use webrtc without a signaling server, is it possible. I have shared hosting and want unlimited concurrent connections. I own a chat script called www.phpsunchat.com and would like to integrate audio conference to chat rooms.

Can you guide me ? if you can develop audio conferencing without signalling server i can pay 1500 INR

Bandwidth is no problem.

You can chat with me from www.phpsunchat.com/chat/ my username is ahmed2016

Thanks, Ahmed.

On Fri, Jan 22, 2016 at 3:29 PM, vrobbi notifications@github.com wrote:

Hi,

https://vrobbi-signalmaster.herokuapp.com/soloaudio.html

teorically up to a 6 partecipants at the same time in that demo. But mostly depends on how much bandwidth every user have. If a user has a low bandwidth he can't talk with all others users at the same time

That demo uses webrtc multiconnection javascript library.

Instead the text chat presents is done with server side code wrote in node.js

Best regards ----- Original Message ----- From: reutorah To: muaz-khan/WebRTC-Experiment Cc: vrobbi Sent: Friday, January 22, 2016 10:18 AM Subject: Re: [WebRTC-Experiment] webRTC-developer needs for chat room script (#369)

how many concurrent connections can be there in audio conference ?

On Tue, Nov 3, 2015 at 1:59 PM, vrobbi notifications@github.com wrote:

I can help you. Try my demo here:www.nuovoweb.eu/webrtc/ The signalling server server is hosted on heroku platform. Sources writed in node.js are available on my github account: http://github.com/vrobbi/signalmaster https://github.com/vrobbi/signalmaster

More info on info@nuovoweb.eu

— Reply to this email directly or view it on GitHub < https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-153286641

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-173865794 .

vrobbi commented 8 years ago

Hello,

it is not possible have a peer to peer webrtc connection without using signalling server. Signaling server must exist in order to know by the user the public ip address and port of the other user and vice versa to use in the audio / video connection they want to establish. Also through signaling server each user can send and know other important parameters of the audio/video connection (for example protocols used, bandwidth used for each peer and so on). In my webrtc demo https://vrobbi-signalmaster.herokuapp.com/ I use my own signalling server and the code to make this task you can download from my github account here: https://github.com/vrobbi/signalmaster

Best regards ----- Original Message ----- From: reutorah To: muaz-khan/WebRTC-Experiment Cc: vrobbi Sent: Friday, January 22, 2016 11:04 AM Subject: Re: [WebRTC-Experiment] webRTC-developer needs for chat room script (#369)

I want to use webrtc without a signaling server, is it possible. I have shared hosting and want unlimited concurrent connections. I own a chat script called www.phpsunchat.com and would like to integrate audio conference to chat rooms.

Can you guide me ? if you can develop audio conferencing without signalling server i can pay 1500 INR

Bandwidth is no problem.

You can chat with me from www.phpsunchat.com/chat/ my username is ahmed2016

Thanks, Ahmed.

On Fri, Jan 22, 2016 at 3:29 PM, vrobbi notifications@github.com wrote:

Hi,

https://vrobbi-signalmaster.herokuapp.com/soloaudio.html

teorically up to a 6 partecipants at the same time in that demo. But mostly depends on how much bandwidth every user have. If a user has a low bandwidth he can't talk with all others users at the same time

That demo uses webrtc multiconnection javascript library.

Instead the text chat presents is done with server side code wrote in node.js

Best regards ----- Original Message ----- From: reutorah To: muaz-khan/WebRTC-Experiment Cc: vrobbi Sent: Friday, January 22, 2016 10:18 AM Subject: Re: [WebRTC-Experiment] webRTC-developer needs for chat room script (#369)

how many concurrent connections can be there in audio conference ?

On Tue, Nov 3, 2015 at 1:59 PM, vrobbi notifications@github.com wrote:

I can help you. Try my demo here:www.nuovoweb.eu/webrtc/ The signalling server server is hosted on heroku platform. Sources writed in node.js are available on my github account: http://github.com/vrobbi/signalmaster https://github.com/vrobbi/signalmaster

More info on info@nuovoweb.eu

— Reply to this email directly or view it on GitHub < https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-153286641

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/369#issuecomment-173865794 .

— Reply to this email directly or view it on GitHub.