It's taking me more time than anticipated to fix some final bugs in the new MediaRouter demo but some of you asked for this update so here it is.
CEF4Delphi is now updated to CEF 81.2.17 which includes Chromium 81.0.4044.113

This is what's new :
- New MediaRouter demo (still buggy)
- Removed TCEFMediaObserverComponent and merged all the ICefMediaObserver methods and events into TChromium.
- Fixed some Media Observer parameters
- Added TChromium.RequestContext
- Added TChromium.MediaRouter
- Added TChromium.MediaObserver
- Added TChromium.Registration
- 32 bits -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
- 64 bits -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2
The new MediaRouter demo crashes when it detects a ChromeCast device (Android TV or similar, not Android phones) on the local network and you close the main form. It doesn't have code comments to explain how to use it yet.
Don't use the new TChromium events or your app may crash too : TChromium.OnSinks, TChromium.OnRoutes, TChromium.OnRouteStateChanged and TChromium.OnRouteMessageReceived