Can you use a mediaelement in a Windows App to render a live TV stream? The stream is being delivered as a HTTP protocol.

有帮助吗?

解决方案

Yes you can. Just pass URL as source of MediaElement.

<MediaElement Source="http://myurl.com/test.mp4"/>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top