-
-
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
Unable to record for more than 1 minute in ios mobile safari browser #641
Comments
Wow, that's bizarre.. What can I say, Safari is a strange browser 😞 |
Could be related to 'significant' memory usage: https://discussions.apple.com/thread/252519170
And stackoverflow:
|
@pradeepaanumalla perhaps this helps: #627 (comment) |
@thijstriemstra This is also not working. Because I reduced the audiobytespersecond and videobytespersecond to 81920(1/10th) and recording it for 180 seconds. The browser freezes and unable to play what was recorded also. |
I would give up on iOS for now. Maybe someday Apple will invest some of their trillions in making Safari a good browser. |
Description
I tried to record for more than 1 min in "video/mp4" format in safari (version 15.2) using videojs and then used player.stop() methos to stop recording. Then its reloading the page automatically. If I record it for 30secs its working as expected.
Using videojs 7.5.5
videojs-record 4.5
Results
Expected
It should record for whatever the duration that we want to
Actual
Safari browser is reloading if we record for more than 1 minute and stops the recording using player.stop()
versions
videojs
7.5.5
videojs-record
4.5
browsers
Safari 15.2
OSes
ios device
The text was updated successfully, but these errors were encountered: