Media player Open File cannot locate file on Android

Hi all,
I’m trying to open an mp4 file for a media player with blue print “open file” but I can’t find the file due it is in the content folder and is provisioned as non-asset file.

In details I have a file in /Content/Media/myvideo.mp4

In BP I tryed “/Game/Media/myvideo.mp4”, “./Game/Media/myvideo.mp4”, “Media/myvideo.mp4”, “/Content/Media/myvideo.mp4”. “/Content/Media/myvideo.mp4”. No way to load the file.

Someone have a solution?

Thank you.

220222-20171115181829.png

Use the file path is ok ../../../../../Test/NetProj/Content/Movies/SampleVideo.mp4, “NetProj” is my project name,“Test ” is the project directory. If you use OpenFile with relative paths, you have to follow the Engine’s conventions for relative file paths.
See this [How do I make my media use their relative path instead of local in a packaged game? - Platform & Builds - Epic Developer Community Forums][2]