将视频文件从客户端流式传输到服务器
使用 .net 框架将视频从客户端流式传输到服务器的最佳方式是什么?例如,客户端流式传输到 wcf 服务,服务器可以将流广播到连接的其他客户端。如果视频文件转换成流发送到服务器,客户端如何消费流并显示视频?
换句话说,是否可以使用 Stream 对象流式传输视频并将其发送到 wcf 服务,然后调用该服务的其他客户端可以使用该服务?
我在谷歌上搜索过,但一切似乎都过时了。
感谢您的帮助, 瑞安
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 possible 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论