/** Initializes OSGi and the videobridge. */
  @BeforeClass
  public static void setUp() throws InterruptedException {
    osgiHandler.start();

    bridge = osgiHandler.getService(Videobridge.class);
  }