Question

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

Was it helpful?

Solution

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

<MediaElement Source="http://myurl.com/test.mp4"/>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top