Giter Site home page Giter Site logo

Comments (15)

thijstriemstra avatar thijstriemstra commented on May 16, 2024

@zang can you include the video.js config so I can give it a try? And as always, does this happen with RecordRTC-only examples as well?

from videojs-record.

zang avatar zang commented on May 16, 2024

Here you go:

var player = videojs('myVideo', { controls: true, loop: false, plugins: { record: { audio: true, video: { mandatory: { minWidth: 1280, minHeight: 720, maxWidth: 1280, maxHeight: 720 } }, maxLength: 600 } } });

I tried on the following page and works fine for long recording but apparently it's 480p as I don't see any option to switch to 720p. :)
https://www.webrtc-experiment.com/RecordRTC/MRecordRTC/

from videojs-record.

zang avatar zang commented on May 16, 2024

Testing Machine:
iMac OS X
2.7 GHz Intel Core i5
8 GB 1600 MHz DDR3

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

Tried on the following page and works fine for long recording but apparently it's 480p as I don't see any option to switch to 720p. :)

What page?

from videojs-record.

zang avatar zang commented on May 16, 2024

https://www.webrtc-experiment.com/RecordRTC/MRecordRTC/

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

@zang with chrome 49 on OSX I've tried with the default settings (320x240) and this created a video/webm -> 74.1 MB file for 9:10 minutes. When I record more than 9:30 the browser crashes, even with 320x240. Need to figure out how to view the crash log.

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

I've logged a crash report here: https://bugs.chromium.org/p/chromium/issues/detail?id=595442

The test URL is https://collab-project.github.io/videojs-record/crash/audio-video-crash.html

from videojs-record.

zang avatar zang commented on May 16, 2024

Thanks @thijstriemstra
I just recorded a 5-min 720p on Firefox (98mb) and it worked. So, I think it's a Chrome issue.

@muaz-khan are you aware of this issue? I vaguely remember you have an example of 60-min recording. If so, how did you do it?

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

FYI a Blob in Chrome cannot be bigger than 500MB at the moment according to this bug report and this piece of code but we're not hitting that limit yet are we? An overview of the blob limits for the various browsers is listed here.

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

@muaz-khan on Chromium I see an actual error and it seems related to RecordRTC: https://bugs.chromium.org/p/chromium/issues/detail?id=595442#c1

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

@muaz-khan added a change related to this issue it seems (muaz-khan/RecordRTC@b1e63b0).

from videojs-record.

zang avatar zang commented on May 16, 2024

Thanks @thijstriemstra , and I will try.

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

I just tried again in Chrome stable 49 and created video/webm -> 173 MB for 10:10 minutes and I didn't get a crash. Tested on:

screen shot 2016-03-22 at 19 39 31

from videojs-record.

zang avatar zang commented on May 16, 2024

Tested on my machine and it works perfectly. (Closing this ticket)

from videojs-record.

thijstriemstra avatar thijstriemstra commented on May 16, 2024

Chrome 51 introduces async blob construction that should be able to work around this problem, which is enabled in Chrome 57! See https://bugs.chromium.org/p/chromium/issues/detail?id=375297#c107

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.