Cannot pause video when WMF media Native Audio out is enabled

Media Framework - Dec 8, 2017

When the feature for "Native Audio out" is enabled videos no longer pause ...

Only sound is played for videos on Android devices

Media Framework - Nov 21, 2017

When playing a video (in UMG or as a material) it will appear black on Android devices. However, the sound from the video plays as expected. ...

MediaAssets: Crash in UMediaSoundComponent::UpdatePlayer

Media Framework - Nov 20, 2017

When assigning the same Player ...

MediaFramework movies not playing properly in Shipping

Media Framework - Nov 7, 2017

`check(Samples.Pop());` this kind of `Pop()` inside of a `check()` is in a few places in MediaSampleQueue.h and MediaSamples.cpp but `check()` expands to nothing in Shipping/Test, so, required work ...

Videos of certain sizes no longer display in media players

Media Framework - Oct 27, 2017

Videos of certain sizes no longer display in the Media Player, this also applies to when the media player is a texture or in a material. This issue appears to be a regression. Versions Tested 4.16. ...

Media Player freezes project in shipping build of game

Media Framework - Oct 17, 2017

When using the Media Player freezes project in a shipping build of the game, the game will freeze and the only way to quit will be to forcefully close the program. This issue is a regression. Versi ...

[CrashReport] UE4Editor_MediaAssets!UMediaTexture::TickResource() [mediatexture.cpp:245]

Media Framework - Oct 10, 2017

This is an early trending crash coming out of the 4.18 previews. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to [Link Removed]. Sour ...

Crash in FMediaPlayerBase::TickPlayer in Shipping builds

Media Framework - Jul 28, 2017

A crash can occur in FMediaPlayerBase::TickPlayer in Shipping builds. This is because FMediaPlayerBase::NativePlayer is not a thread-safe shared pointer. The fix is to make it ESPMode::ThreadSafe. ...

Movie play following Open Source crash editor when changing viewport size.

Media Framework - Mar 29, 2017

When playing movie in PIE, changing viewport size leads to Engine crash. This is not reproduced in 4.14.3 ...

Crash playing source media file after attempting to play undefined source file

Media Framework - Mar 2, 2017

After attempting to preview the undefined File Media Source in the Media Player Window and getting an error. I set the path of the File Media Source to Windows sample video 'Wilflife'. Then attempt ...