final FaceOverlayFilter filter = mp.newFaceOverlayFilter().build();
filter.setOverlayedImage(
"http://files.kurento.org/imgs/mario-wings.png", -0.2F, -1.2F,
1.6F, 1.6F);
playerEP.connect(filter);
filter.connect(httpEP);
filter.connect(recorderEP);
// Test execution #1. Play and record
launchBrowser(browserType, httpEP, playerEP, recorderEP);