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はありますか。YouTubeのような機能を表示するためにwebviewを使用したくありません。しかし、ウェブビューなしで直接ストリーミング?返信ありがとうございます
これは非常に簡単です。次のように、 a を使用しMediaElementてビデオのアドレスをSourceプロパティに入力するだけです。
MediaElement
Source
<MediaElement Source="http://media.ch9.ms/ch9/70b1/b49fa0ce-5112-4852-a178-66dda70b70b1/MakerFaire2013NYCEWB_high.mp4" />
それで全部です!これで、あらゆるビデオをストリーミングできます。