Streaming video file from client to server
What would be the best way to stream a video from a client to a server using the .net framework? Something like, the client streams to a wcf service and the server can broadcast the stream to other clients connected. If the video file is converted into a stream and sent to the server how would the client consume the stream and display the video?
In other words, is it possibl开发者_如何学JAVAe to stream a video using a Stream object and sending it to a wcf service which can then be consumed by other clients calling the service?
I've searched around google but everything seems outdated.
Thanks for the help, Ryan
精彩评论