Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed videoMimeType to video/mp4 but it is still downloading file in 'webm' format #121

Closed
manishchauhanquovantis opened this issue Feb 15, 2017 · 2 comments
Labels

Comments

@manishchauhanquovantis
Copy link

manishchauhanquovantis commented Feb 15, 2017

Current configuration for my video recorder.I want video to get downloaded in mp4 format

var player = videojs("myVideo",
        {
            controls: false,
            autoplay: true,
            width: 800,
            height: 300,
            controlBar: {
                volumeMenuButton: true
            },
            plugins: {
                record: {
                    audio: true,
                    video: true,
                    maxLength: 1800,
                    videoMimeType:"video/mp4",
                    debug: true


                }
            }
        });
@thijstriemstra
Copy link
Member

Have you checked the actual codec using VLC or ffmpeg? The extension webm is just a file extension, content should be mp4. What browser are you using (please always inc that info!)

@thijstriemstra
Copy link
Member

@manishchauhanquovantis try videoMimeType: 'video/webm;codecs=H264' in Chrome, also see #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants