llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
199 stars 424 forks source link

Record activity produces unplayable videos in Chrome and Edge #825

Open dhruvmisra opened 4 years ago

dhruvmisra commented 4 years ago

If a video is recorded through Record activity in Chrome/Chromium based browsers, the output is unplayable from the activity popup. Tested on Chrome Version 83.0.4103.116 (Official Build) (64-bit). It also doesn't show up when inserting a video (using mimetype: video/mp4) from the Journal.

It seems to be working on Firefox. On further comparison, a difference was observed in the Console: Chromium: edge

Firefox: firefox

Both browsers seem to be exporting the video in different formats, webm and x-matroska. Only webm seems to be supported by Sugarizer.

llaske commented 4 years ago

Works on latest Chromium version 83.0.4103.106.

llaske commented 4 years ago

Tested on latest Chrome version 83.0.4103.116 on Linux: works. But don't work on the same version on MacOS and Windows.

AnandChourasia007 commented 2 years ago

Also, video and audio recording works for 5 seconds and then closes automatically. Is this how it is supposed to be, @llaske ?

llaske commented 2 years ago

@AnandChourasia007 yes, it's what is expected.