Git Product home page Git Product logo

javascript-media-recorder's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javascript-media-recorder's Issues

recording multiple stream

i am implementing a screen sharing based conference. At any point of time there will only be one video track(screen share of the presenter) but several audio tracks(different participants). But problem arises if i change presenter(ie video track in the existing recording stream needs to be replace with video track of new presenter). I start the conference by switching on screen sharing of all participants and the muting the video of everyone except the presenter.

recording in mp4 format

hi, i am tryin to download file in mp4 format but i am not able to do so qbmediarecorder is downloading it in webm format only. I passed following parameter during recorder initialisation

var recorderOpts = {
callbacks: {
onStart: function onStartRecord() {
console.log('[QB Recorder] onStartRecording');

                },
                onStop: function(blob) {
                    console.log('[QB Recorder] onStopRecording');
                    

                    var down = confirm('Do you want to download video?');

                    if(down) {
                        recorder.download('recording' + Date.now(), blob);
                    }

                    //recorder = null;
                },
                onError: function(error) {
                    console.error('Recorder error', error);
                },

            },
            mimeType:'video/mp4'
        };

Then i ran the following code to check supporte media types and got the following result

var mimeType = qbMediaRecorder.getSupportedMimeTypes('video');
console.info(Call will recording in ${mimeType[0]});
console.log(mimeType);
Console log:-
Call will recording in video/webm;codecs=h264
video.html:226 ["video/webm;codecs=h264", "video/webm;codecs=vp9", "video/webm;codecs=vp8", "video/webm"]

recording multiple audio and video tracks

Is it possible to record multiple video tracks in a multiparty conference. I am implementing screen sharing and i want to record screen tracks of other parties involved.

Error: TypeError on Chrome for iOS

The sample throws an error in Chrome 86 on iOS 13 and will not activate the user's camera. It works fine in Safari for iOS, as well as Chrome for Android (as well as desktop).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.