You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 offoo12.webm;codecs=vp8,opus
. Before it didn't append the;codecs=vp8,opus
part.Results
Expected
Actual
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
The text was updated successfully, but these errors were encountered: