-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output blob size is 0 on IPhone - Chrome when recording a Video #646
Comments
Any update on this? |
@faizanumer No update yet. |
Not that I have much to add to this, I just wanted to say that I've also been struggling with this recently. Like @aruljayaraj aruljayaraj says, it only seems to be Chrome iOS affected, Safari works beautifully and I'm always seeing a 0 bytes file generated. The "finishRecord" event triggers and I'm not seeing any errors. Currently using v4.5.0 of videojs record (and latest on the main videojs). When you start to record, you can see the camera start up and it records fine. When you stop it recording, nothing displays in teh recorder because of the completed file can't be generated. Does anyone have any clues on why it might be happening? Where in the code it's failing? is it somethign to do with the way the code is trying to generate the file or perhaps to do with RecordRTC? |
Hi, any update on this? I have the same problem |
Any update on this? I have the exact same problem, I have tested with several codecs and plugins, but result is always 0 bytes in video blob |
Any update on this? |
This comment was marked as abuse.
This comment was marked as abuse.
it's bizarre to me people keep adding this "any update on this" when there's clearly no update. please stop, ty. |
Description
I would like to record video on Chrome using iPhone 13, the output blob for video has no data. Output video blob is 0 MB.
Steps to reproduce
Pls, open this below link in the iPhone chrome browser.
https://codesandbox.io/s/zhde4?file=/src/App.js:978-987
Results
Refer to the screenshot for the error
Expected
Actual
It's working on iPhone Safari. Mac Chrome and Firefox also working fine.
versions
IPhone 13 - 15.4
Chrome - 100.0.4896.77
videojs
videojs-record - 4.5.0
browsers
iPhone Chrome
OSes
IOS
The text was updated successfully, but these errors were encountered: