Git Product home page Git Product logo

dynamic-getusermedia's Issues

support for different resolutions from fake devices

currently defaults to 640x480 in #4. @jan-ivar suggested

clamp = (min, v, max) => Math.max(min, Math.min(v, max))
canvas.width = (typeof c.video.width === 'object') ? 
      clamp(c.video.width.min || c.video.width.exact,
    (("ideal" in c.video.width)? c.video.width.ideal : 640), c.video.width.max ||
            c.video.width.exact) : c.video.width;

Is it possible to set an HTMLVideoElement as a device?

Re https://testrtc.com/manipulating-getusermedia-available-devices/ is it possible to set an HTMLVideoElement as a device either for getUserMedia or getDisplayMedia, to avoid MediaRecorder stop being executed when src of <video> changes as the current Media Capture From DOM Elements specification

A captured MediaStreamTrack ends when playback ends (and the ended event fires) or when the track that it captures is no longer selected or enabled for playback. A track is no longer selected or enabled if the source is changed by setting the src or srcObject attributes of the media element. The steps in MediaStreamTrack.stop() are performed on the MediaStreamTrack when it ends.

requires?

It is currently not possible to select only specific dimensions of a screen using the Screen Capture API, e.g., the bounding client rect of a <video> element, excluding the remainder of the surrounding screen (using window.open()), fullscreen needs to be used to not record title and menu bars; and <video> element is not listed as a device which can be selected using getUserMedia().

NotAllowedError filters regardless of device kind

setting sessionStorage.__getUserMediaAudioError= 'NotAllowedError' currently filters device labels both on audio and video.

This is not very realistic even though it will rarely happen in practice.

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.