node.js - WebSocket Streaming dual videos -


wanted clear few questions websocket.

  • is possible stream videos server client , client server @ same time...something video calling?
  • can server stream 2 videos single client @ time?

regarding first question, yes can. there wrappers simplify task such binaryjs.

as per second question, require little configuration. once bidirectional link between client , server established, client treat every incoming message part of same stream. separating or multiplexing 2 videos in same stream have carry mark client separate it.

it better idea open new connection (with same server) stream second video.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -