-
-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
Description
Description
After recording an audio/video using https://collab-project.github.io/videojs-record/demo/audio-video.html
and saving it using player.record().saveAs({'video': 'foo12'})
it presents the user with a filename of foo12.webm;codecs=vp8,opus
. Before it didn't append the ;codecs=vp8,opus
part.
Results
Expected
foo12.webm
Actual
foo12.webm;codecs=vp8,opus
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
videojs-record 4.2.0, video.js 7.11.4
browsers
Google Chrome 89.0.4389.72
OSes
- macOS Big Sur
- Ubuntu 20.04