saved video has mime type video/x-matroska
See original GitHub issueDescription
Even with videoMimeType: “video/webm;codecs=H264” , I am getting video/x-matroska as mime-type of saved video and video has unknown duration due to which it does not has seekbar.
Additional Information
"myVideo", { controls: true, fluid: false, width: videoWidth, height: videoHeight, plugins: { record: { audio: true, video: video_option_settings, screen: record_screen_option, frameWidth: videoWidth, frameHeight: videoHeight, maxLength: videoMaxLengthInSeconds, debug: true, videoMimeType: "video/webm;codecs=H264" }, }, },
versions
videojs
what version of videojs does this occur with? 3.11.0
browsers
Chrome Version 81.0.4044.138 (Official Build) (64-bit)
OS Windows 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top GitHub Comments
The fix for this is in this pull request: #474 Give that a try or wait for v4.0.0 release.
You should try the ts-ebml plugin to save the duration.