Page 2 of 2

Re: Running CEF browser and renderer synchronously

PostPosted: Sat Jun 27, 2020 9:53 am
by chrsan
Hi!

Does anyone have any good examples this?
I also want to be able to control when OnPaint is called and have tested it with ExternalBeginFrame and the setting above, but it doesn’t seem to work for me. I’m a CEF newbie and primarily on Mac OS X. I’m trying to overlay with CEF on frames in FFmpeg so I really want to be able to control when OnPaint is being called. Right now I’m using a combo of state with promises and futures. Any specific Chrome switches that must be set in combination with CEF settings?

Thanks in advance,
Christer