#iOS recorder settings not found

1 messages · Page 1 of 1 (latest)

safe jasper
#

I’m using ScreenRecorderKit on iOS and I noticed that Video Recorder settings are only available for Android, not for iOS.

On iOS:

There are no VideoRecorder settings exposed (resolution / bitrate / FPS)

Recording always happens at native screen resolution with very large file sizes

There’s no way to target something like 720p @ ~3 Mbps

This makes it hard to control quality, storage, and replay size

From testing, it looks like the iOS implementation is purely ReplayKit-based, so settings are locked by the system.
Can you please confirm:

Is this a known limitation by design?

Is there any planned support for configurable iOS encoding (custom encoder or post-process compression)?

Any recommended workflow for iOS video compression after recording?

Thanks in advance

digital jolt
#

Hi,
As of now additional settings are for android only.
Yes, on iOS we internally use ReplayKit. But it's possible to set the bitrate changes - but as there is no direct support yet need to make changes in the native code.

safe jasper
#

Hello thanks for replying, then what is the use of this paid version for iOS ? We get other things in free version also.