Hi,
I’m trying to get the Bink video player working.
It seems to only support loading via URL.
In editor, works fine with:
./Movies/Unseen_Intro_02.bk2
Or
B:/UnrealProjects/GIT/BoogieWoogieProto/Content/Movies/Unseen_Intro_02.bk2
Which are the relative and absolute paths to the video file.
But in a packaged build, I cannot get a relative URL to open, in fact, I have only managed to open the video with an absolute path to **the project folder video ** (not the packaged video)!
So I get the mind-boggling log as follow:
Trying to open:
…/…/…/SideEffects/Content/Movies/Unseen_Intro_02.bk2
FAILEDTrying to open:
B:/UnrealProjects/GIT/BoogieWoogieProto/Build/Tmp/WindowsNoEditor/SideEffects/Content/Movies/Unseen_Intro_02.bk2
FAILEDTrying to open:
B:/UnrealProjects/GIT/BoogieWoogieProto/Content/Movies/Unseen_Intro_02.bk2
BINK OPENED A VIDEO
Success!
Can anyone point me to what I’m doing wrong? Why can I launch the video in the Project folder, but not the one in the regular build folder?
I’ve tested putting and launching the video file from pretty much every folder of the packaged build including root without success.
Thanks!