why can not work when set CreateFromStream?
mc
4,436
Reputation points
MediaCapture capture;
capture.StartRecordToStreamAsync(profile,stream);
and I use this stream to create MediaSource do not work.
myVideo=MediaSource.CreateFromStream(stream);
the video do not play.
unless I run this:
capture.StopCaptureAsync();
why?
how to play the video when I am capturing to the stream?
Sign in to answer