Pergunta

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

Foi útil?

Solução

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

<MediaElement Source="http://myurl.com/test.mp4"/>
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top