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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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