ASP.NET 具有视频和语音功能?
我必须将用户麦克风的语音接收到我的网页中并将其保存到数据库中。我想知道ASP.NET支持语音和视频吗?如果是,那么需要哪个命名空间或 dll。这方面的任何其他信息都会有所帮助。在asp.net网页中使用语音的起点是什么?
I have to receive voice from my user's microphone into my webpage and save it into database. I want to know, is ASP.NET supports Voice and Video ? if yes then which namespace or dll required. Any other information in this regard will be helpful. What is start point to use voice in asp.net webpage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft 通常会推动 Silverlight 实现视频/音频功能。您可以在 Silverlight 中构建整个应用程序,也可以仅构建一个 Silverlight 小部件以在更大的 ASP.NET 应用程序中使用。
视频和音频(Silverlight 快速入门)
http://www.silverlight. net/learn/quickstarts/audioandvideo/
音频和视频概述
http://msdn.microsoft.com/en-us/library/cc189078%28v=vs.95%29.aspx
您的第一步Silverlight 语音/视频聊天客户端/服务器
http://www.codeproject。 com/KB/silverlight/SilverlightVoiceVideoChat.aspx
Microsoft is generally pushing Silverlight for video/audio functionality. You can build your whole application in Silverlight or build just a Silverlight widget to be used in a larger ASP.NET application.
Video and Audio (Silverlight QuickStart)
http://www.silverlight.net/learn/quickstarts/audioandvideo/
Audio and Video Overview
http://msdn.microsoft.com/en-us/library/cc189078%28v=vs.95%29.aspx
Your First Step to the Silverlight Voice/Video Chatting Client/Server
http://www.codeproject.com/KB/silverlight/SilverlightVoiceVideoChat.aspx