質問

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