Skip to content

Commit 45f2b76

Browse files
author
Lionel Laské
committed
Merge branch 'pr/1664' into dev
2 parents 7c88bc1 + 51ac218 commit 45f2b76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3030
- Bug in Calligra Activity when letters deleted #1466
3131
- Missing flag handling in ColorMyWorld #1603
3232
- Position of Sugar Icon in Popup on homescreen is toward bottom right #1662
33+
- Recording video doesn't work on Windows #1203
3334

3435
## [1.8.0] - 2024-04-10
3536
### Added

activities/Record.activity/js/capture-helper.js

+1
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ define(["activity/recordrtc", "sugar-web/activity/activity", "sugar-web/datastor
532532
navigator.mediaDevices.getUserMedia({video: true}).then(function (mediaStream) {
533533
var recordRTC = RecordRTC(mediaStream, {
534534
type: 'video',
535+
mimeType: 'video/webm;codecs=vp8',
535536
frameRate: 80,
536537
quality: 0
537538
});

0 commit comments

Comments
 (0)