locked
What is the best way to implement audio and video real time communication? RRS feed

  • Question

  • I am trying to develop an app that can send webcam data in realtime to computers over a LAN.  Can anyone give me any suggestions please.

    I originally thought I could use the stream socket, by buffering the video/audio data into the inmemory random access stream and then sending the stream using the socket.

    But I am having trouble displaying the video from the memorystream so any advice would be helpful

    Sunday, February 2, 2014 9:22 PM

Answers