MediaPipeline mp = pipelineFactory.create();
WebRtcEndpoint webRtcEP1 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP2 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP3 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP4 = mp.newWebRtcEndpoint().build();
HttpGetEndpoint httpEP = mp.newHttpGetEndpoint().terminateOnEOS()
.build();
Composite composite = mp.newComposite().build();
HubPort hubPort1 = composite.newHubPort().build();
HubPort hubPort2 = composite.newHubPort().build();