"Activating media for " + this.getClass().getSimpleName()
+ " with contentPath " + contentPath);
final RecorderEndpoint recorderEndpoint = buildUriEndpoint(contentPath);
HttpEndpoint httpEndpoint = buildAndConnectHttpEndpoint(recorderEndpoint);
recorderEndpoint.record(); // TODO. Ask Jose if this is the best
// place for this or it should be set as
// in the HttpPlayerSession
activateMedia(httpEndpoint, null);
} catch (KurentoMediaFrameworkException ke) {