Rank: Newbie Groups: Member
Joined: 8/13/2019 Posts: 1
|
I am using the EO Webbrowser and have run into a few issues. The first one was that I was running out of memory over a short period of time when running some animations and video. I found some documentation and forum posts that recommended setting
EO.Base.Runtime.EnableEOWP = true;
I tested this and it appears to have helped, although once I set this and have the eowp.exe file in the application directory any videos or MP4s do not load. I just get the sound from the video and a black box where the video should be, this is the same with mp4 videos and videos streamed from Vimeo. Once I comment out EO.Base.Runtime.EnableEOWP = true; and delete the eowp.exe file the video loads and plays normally (that is the only change I have to make for it to work).
I have tried setting all three flavors of the following method with the same results.
EO.WebBrowser.Runtime.AllowProprietaryMediaFormats(); EO.WebEngine.EngineOptions.Default.AllowProprietaryMediaFormats(); EO.WebEngine.Engine.Default.Options.AllowProprietaryMediaFormats();
Any ideas on how I can use EO.Base.Runtime.EnableEOWP = true; and still be able to play mp4 videos?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Sorry about the delay in the forum due to some forum problems. We did receive and reply your email. Please let us know if you still have any issues.
Thanks!
|