"http://files.kurento.org/video/10sec/green.webm").build();
HttpGetEndpoint httpEP = mp.newHttpGetEndpoint().terminateOnEOS()
.build();
RecorderEndpoint recorderEP = mp.newRecorderEndpoint(
FILE_SCHEMA + getDefaultFileForRecording()).build();
playerEP.connect(httpEP);
playerEP.connect(recorderEP);
// Test execution #1. Play the video while it is recorded
launchBrowser(browserType, httpEP, playerEP, recorderEP);