From 1a3de59ddbdba78cd02e013e02c33db53363c40a Mon Sep 17 00:00:00 2001 From: ever_ashy Date: Sun, 6 Oct 2024 05:09:35 +0530 Subject: [PATCH 1/3] unable to play the recorded video in Record activity --- activities/Record.activity/js/capture-helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/activities/Record.activity/js/capture-helper.js b/activities/Record.activity/js/capture-helper.js index bd6fc83bd..9672f7c5e 100644 --- a/activities/Record.activity/js/capture-helper.js +++ b/activities/Record.activity/js/capture-helper.js @@ -532,6 +532,7 @@ define(["activity/recordrtc", "sugar-web/activity/activity", "sugar-web/datastor navigator.mediaDevices.getUserMedia({video: true}).then(function (mediaStream) { var recordRTC = RecordRTC(mediaStream, { type: 'video', + mimeType: 'video/webm;codecs=vp9', frameRate: 80, quality: 0 }); From 42d83001ac43492b4b57a7f41a5aba60bcf942dd Mon Sep 17 00:00:00 2001 From: ever_ashy Date: Tue, 15 Oct 2024 23:03:51 +0530 Subject: [PATCH 2/3] unable to play the recorded video --- activities/Record.activity/js/capture-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activities/Record.activity/js/capture-helper.js b/activities/Record.activity/js/capture-helper.js index 9672f7c5e..bd1652331 100644 --- a/activities/Record.activity/js/capture-helper.js +++ b/activities/Record.activity/js/capture-helper.js @@ -532,7 +532,7 @@ define(["activity/recordrtc", "sugar-web/activity/activity", "sugar-web/datastor navigator.mediaDevices.getUserMedia({video: true}).then(function (mediaStream) { var recordRTC = RecordRTC(mediaStream, { type: 'video', - mimeType: 'video/webm;codecs=vp9', + mimeType: 'video/webm;codecs=vp8', frameRate: 80, quality: 0 }); From 51ac218f15e131a39997e3043500474876fd4c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20Lask=C3=A9?= Date: Tue, 15 Oct 2024 22:05:19 +0200 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e63c50b1..a07b68ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Bug in Calligra Activity when letters deleted #1466 - Missing flag handling in ColorMyWorld #1603 - Position of Sugar Icon in Popup on homescreen is toward bottom right #1662 +- Recording video doesn't work on Windows #1203 ## [1.8.0] - 2024-04-10 ### Added