Balraj Singh
Balraj Singh

Reputation: 3471

Is RTSP streaming over http supported in Windows 8.1 App?

I am creating a video streaming App in Windows 8.1 with RTSP streaming. Just want to know if anyone can tell me if RTSP streaming mode is supported in Windows 8.1 App. If not What is the work around for that?

Upvotes: 1

Views: 793

Answers (1)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21889

RTSP is not supported in-box, but one could create a MediaStreamSource to interpret the stream. A quick search didn't find any RTSP samples out there, but see the MediaStreamSource streaming sample to get started with MediaStreamSource.

Upvotes: 1

Related Questions