subIDBase=subIDBase & 0xFFFFFFFFl; /* subIDBase == the IP address. We use this also as Participant ID
* it would be better to get the participant ID from somewhere else.
* However, for this simple example it should suffice.
*/
try {
localParticipant = new RtpiSourceInfo((int)subIDBase, cname);
} catch (Exception ex) {
System.err.println("Controler: Could not create local participant - exiting!");
System.exit(0);
}