You can use socket.io for chat, there are dozens of examples out there.
Regarding video, WebRTC is the way to go if you have some control of the
browsers used.

On Fri, Apr 5, 2013 at 11:04 AM, ALex Sh <sw...@mail.ru> wrote:

> Thanks. I'll go check it. But I'd like to add real time chat also. And I
> think it would be better if only one user inside coference can broadcast
> video, other watch it and, if necessary, they ask him a questions via chat.
> It would be great if there's a possibility of broadcaster to capture
> current active screen/desktop and stream it too, switch somehow the sourse.
> May be you can advise me some books or manuals or just share the link.
>
> Thanks for your advice, it's important for me.
> And sorry for my english.
>
>
> On Friday, April 5, 2013 6:12:29 PM UTC+3, Mikkel Wilson wrote:
>>
>> You're in _slightly_ the wrong group. You can absolutely do this with
>> node.js as the server component, but that's not required. The server is
>> only required to pass some handshake info between peers and that could be
>> implemented in PHP. What you're really looking for is WebRTC.
>> http://www.webrtc.org/
>>
>> There's quite a good example of how this works at :
>> http://apprtc.appspot.com
>>
>> Note: You will need a VERY modern browser. FF 20+ (or Nightly) or Chrome
>> 26+. As usual, don't bother with IE.
>>
>> -Mikkel
>>
>> On Friday, April 5, 2013 7:23:20 AM UTC-7, ALex Sh wrote:
>>>
>>> *Hi there.*
>>>
>>> I'm new in node.js. Actually I'm PHP developer and using Yii framework
>>> and I need special functionality on my site with Node.
>>>
>>> The main idea is that every user should have abbility to create a
>>> video+voice(+chat as additional option) conference, and other users
>>> can join this conference and discuss something together. At the same
>>> time there's may be one or several conferences. Every user can start his
>>> own conference.
>>> Actually I've viewed many sites trying to find out solution, but I
>>> haven't found exactly what I need.
>>> So I need your advice. What shuld I use? Can I use webRTC, NowJS, HTML5?
>>> Is it suitable for me?
>>> Or I have to write my own Node-module on C++?
>>>
>>> *Thanx a lot.*
>>>
>>  --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to