Reputation: 3471
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
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