Add background thumbnail generator to media API
- Implemented a background worker for generating video thumbnails, enhancing media processing capabilities. - Added startup and shutdown events to manage the thumbnail generator's lifecycle. - Refactored thumbnail generation logic to handle file processing more robustly, including checks for existing thumbnails and file accessibility. - Updated existing functions to integrate with the new background processing approach, ensuring seamless thumbnail generation on demand.
This commit is contained in:
@@ -118,3 +118,5 @@ export const MqttDebugPanel: React.FC<MqttDebugPanelProps> = ({ isOpen, onClose
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user