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