Giter Club home page Giter Club logo

Comments (10)

thijstriemstra avatar thijstriemstra commented on August 15, 2024

What media constraint error do you see on your mac @zang?

from videojs-record.

zang avatar zang commented on August 15, 2024

@thijstriemstra I got the following error on Chrome 50, Mac Air. Same code (minWidth: 1280, minHeight: 720 ) working fine on my iMac, same browser.

NavigatorUserMediaError {name: "ConstraintNotSatisfiedError", message: "", constraintName: "width"}

from videojs-record.

thijstriemstra avatar thijstriemstra commented on August 15, 2024

@zang what if you include https://webrtc.github.io/adapter/adapter-latest.js before every other js script?

from videojs-record.

zang avatar zang commented on August 15, 2024

Thanks, will try.

from videojs-record.

vojka avatar vojka commented on August 15, 2024

With https://webrtc.github.io/adapter/adapter-latest.js it works on Chrome 49.

from videojs-record.

thijstriemstra avatar thijstriemstra commented on August 15, 2024

Thanks for the feedback @vojka. A pull request adding this info to the media constraints section in the readme is always welcome.

from videojs-record.

zang avatar zang commented on August 15, 2024

It doesn't seem to work for me on Chrome 49. Console log:

adapter.js shimming chrome!
constraintName "minHeight"
message ""
name "ConstraintNotSatisfiedError"

Recorder setup as:
record: { audio: true, video: { mandatory: { minWidth: 1280, minHeight: 720 } }, frameWidth: 1280, frameHeight: 720

from videojs-record.

thijstriemstra avatar thijstriemstra commented on August 15, 2024

This comment suggests the camera doesn't support the resolution but you're saying it's working in Firefox so that can't be the issue then..

from videojs-record.

thijstriemstra avatar thijstriemstra commented on August 15, 2024

Here's a very complete examination of constraints: https://webrtchacks.com/video-constraints-2/

This updated article has a lot of info on constraints: https://webrtchacks.com/getusermedia-resolutions-3/

from videojs-record.

zang avatar zang commented on August 15, 2024

Thanks, Chrome seems still use the old constraints and all seems ok with setting up maxWidth option.

from videojs-record.

Related Issues (20)

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.