IServiceCapableConnection iStream = (IServiceCapableConnection) conn;
//log.info("IServiceCapableConnection ID " + iStream.getClient().getId());
if (rcl.getIsScreenClient() != null && rcl.getIsScreenClient()) {
//continue;
} else {
iStream.invoke("newStream",new Object[] { currentClient }, this);
}
if (rcl.getIsRecording()){
//StreamService.addRecordingByStreamId(current, streamid, currentClient, rcl.getFlvRecordingId());
this.flvRecorderService.addRecordingByStreamId(current, streamid, currentClient, rcl.getFlvRecordingId());