I'm trying to playback MP3 (and similar audio files) using WASAPI shared mode and a media foundation IMFSourceReader on Windows 7. From what I understand I have to use an IMFTransform between the IMFSourceReader decoding and the WASAPI playback. Everything seems fine apart from when I call SetInputType()/SetOutputType() on the [...] read more
We do use MediaPlayerElement in UWP to play videos. However, occasionally (the occurance seems to be rare), the video which is working normally in any other way fails with following exception: A valid type has not been set for this stream or a stream that it dependes on. (Exception from [...] read more