The associated media player factory will not be released, the client application is responsible for releasing the factory at the appropriate time.
8384858687888990
// Wait for finished/error latch.await(); // Must release the components to exit (otherwise threads are left running) log.release(); mediaPlayerComponent.release(true); } }