File was renamed from src/de/uhilger/calypso/neu/MeldeThread.java |
| | |
| | | /* |
| | | AV-Direktor - Control OMXPlayer on Raspberry Pi via HTTP |
| | | Copyright (C) 2021 Ulrich Hilger |
| | | Calypso - Media Player Remote Control via HTTP for Raspberry Pi |
| | | Copyright (C) 2021-2023 Ulrich Hilger |
| | | |
| | | This program is free software: you can redistribute it and/or modify |
| | | it under the terms of the GNU Affero General Public License as |
| | |
| | | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| | | */ |
| | | |
| | | package de.uhilger.calypso.neu; |
| | | package de.uhilger.calypso; |
| | | |
| | | import java.util.logging.Logger; |
| | | import java.util.logging.Level; |
| | |
| | | try { |
| | | exitValue = omxplayer.waitFor(); |
| | | prozessBeendetMelden(); |
| | | lauscher.clear(); |
| | | lauscher = null; |
| | | } catch(InterruptedException ex) { |
| | | logger.log(Level.FINE, ex.getMessage(), ex); |
| | | } finally { |