Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何特定的api 或 sdk可以帮助我从网络服务器流式传输数据。我不想使用webview来显示类似youtube的功能。但是没有 webview 的直接流式传输?感谢您的任何回复
这超级简单,只需使用 aMediaElement并将视频的地址放入Source属性中,如下所示:
MediaElement
Source
<MediaElement Source="http://media.ch9.ms/ch9/70b1/b49fa0ce-5112-4852-a178-66dda70b70b1/MakerFaire2013NYCEWB_high.mp4" />
就这样!现在您可以流式传输任何视频。