Startup movies using FDefaultGameMoviePlayer are not skippable using keyboard or gamepad

Media Framework - Oct 13, 2016

There are a few separate issues with user input plumbing that prevent keypresses from getting to FDefaultGameMoviePlayer during a startup video 1) In FDefaultGameMoviePlayer::WaitForMovieToFinish() ...

Crash on iOS loading into a scene with Media Framework assets

Media Framework - Sep 30, 2016

Following launching a packaged Media Framework project, the application crashes. Different behavior is observed between iOS versions. When tested in 7.1.2, the video played in the scene for a few s ...

Crash when after playing media that requires a different conversion shader

Media Framework - Sep 24, 2016

The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...

Editor Crashes After Deleting Actor with Media Texture

Media Framework - Sep 22, 2016

When spawning an actor with a media texture and then destroying the actor during runtime the game will crash several seconds later (30 - 75 seconds). Fatal error: [Link Removed] [Line: 118] A FRend ...

WmfMedia: Memory leak while playing videos

Media Framework - Sep 21, 2016

There's a pretty substantial memory leak when playing videos with WmfMedia on Windows. ...

Packaging Fails When Media Player->Open Source is Used in C++

Media Framework - Sep 13, 2016

When attempting to use a media player asset in code, packaging will fail with the error message shown below. Could not find a native player for [...]4.13/Content/Movies/Tutorial.wmv This occurs ev ...

AvfMedia: Many file types supported on macOS and iOS are reported as not supported in UE4

Media Framework - Sep 6, 2016

See also https://forums.unrealengine.com/showthread.php?64082-Media-Framework-Roadmap&p=590662&viewfull=1#post590662 ...

WmfMedia: WMV2 encoded videos are too bright

Media Framework - Sep 2, 2016

This seems to be a bug in WMF's YUV-to-RGB conversion. We can work around this by using our own pixel conversion shader. ...

File Media Source assets created via drag & drop have absolute instead of relative path

Media Framework - Sep 1, 2016

Notice that the saved FilePath is not relative, but contains the full path on the hard drive. When clicking into the FilePath property and then clicking somewhere else to lose focus on it, it will a ...

WmfMedia: Track switching does not work

Media Framework - Aug 31, 2016

Track switching is currently not supported, because media with multiple tracks of the same type fail to load. Once that is fixed, implement run-time track switching. ...