Ajouter une fonction pour vérifier si la caméra est occupée et mettre à jour la gestion des fichiers vidéo
This commit is contained in:
@@ -164,7 +164,7 @@ router.post('/videos/render/:video_id', async (req, res) => {
|
||||
const videoFile = await videoManager.createVideoWithList(project_id, pathList, duration, videoId);
|
||||
console.log('Video file:', videoFile);
|
||||
|
||||
await videoManager.updateVideoFile(videoId, videoFile);
|
||||
const update = await videoManager.updateVideoFile(videoId, videoFile);
|
||||
|
||||
console.log('Video rendering complete');
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user