在 asp.net 中使用 ustream 流式传输实时视频
我正在尝试创建一个简单的视频库,使用 ASP.net 从特定 Ustream 用户录制的节目中提取视频。我一直在做一些研究并查看 API 文档,但似乎无法弄清楚所有示例都是 PHP 中的。
任何人都可以帮助我吗?如果可能的话,请给我一些带有 Ustream 的 Asp.net 代码或博客链接。
谢谢
I'm trying to create a simple video gallery that pulls the videos from the recorded shows of a specific Ustream user with ASP.net. I've been doing some research and looking at the API Documentation but can't seem to figure it out all example are in PHP.
Can anyone help me on it..if possible then give me some Code or Blogs links for Asp.net with Ustream.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单地!看这里 http://msdn.microsoft.com/ en-us/library/ms525208(v=vs.90).aspx
您可以在 ADODB.Stream 中使用 ADODB.Stream /default.asp" rel="nofollow">经典 ASP(也适用于 ASP.Net)
用asp写这个:
我想这会对你有很大帮助。
Simply! Look here http://msdn.microsoft.com/en-us/library/ms525208(v=vs.90).aspx
You can use ADODB.Stream in Classic ASP (works in ASP.Net too)
Write this in asp:
I think this will help you very much.