开发者

Streaming video file from client to server

开发者 https://www.devze.com 2023-03-24 12:52 出处:网络
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 cl

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

0

精彩评论

暂无评论...
验证码 换一张
取 消