muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.52k stars 1.75k forks source link

IOS safari getSeekableBlob #719

Open pedramsoofi064 opened 3 years ago

pedramsoofi064 commented 3 years ago

hello, i'm using this module for recording selfie video and then i use getSeekableBlob for getting video blob, it's work fine on chrome and firefox but in safari i get an error from this module : Unrepresentable length: ... anybody can help?

dickydns commented 2 years ago

are u solve this error ?

volkovar commented 1 year ago

Have you found a solution? I am getting the same error "Unrepresentable length" in safari browser Version 16.3 (18614.4.6.1.6)

Chinmaay-Patil commented 1 year ago

getting same error

fraguada commented 1 year ago

getting the same error. It seems it is a long standing issue: https://github.com/node-ebml/node-ebml/issues/34 (and other places) Not sure why it affects safari and not ff or chrome.

LetMeDream commented 8 months ago

It seems like there's no solution for this yet, is there?