SCRecorder icon indicating copy to clipboard operation
SCRecorder copied to clipboard

Max duration

Open miguelocarvajal opened this issue 10 years ago • 3 comments
trafficstars

The maxRecordDuration option doesn't seem to be working, I set up a maximum of 30 seconds and don't see the recording pausing after the 30 seconds.

In a previous version I could use the SCRecordSession.suggestedMaxRecordDuration and it would stop recording after the time specified.

Is this not implemented or is something else besides this option required?

miguelocarvajal avatar Mar 04 '15 22:03 miguelocarvajal

@miguelocarvajal Hi! See there https://github.com/rFlex/SCRecorder/blob/master/Examples/Sources/SCRecorderViewController.m#L70

You can set CMTimeMake(30, 1) to maxRecordDuration property.

Hope i can help you.

Jack

xhzengAIB avatar Mar 05 '15 01:03 xhzengAIB

Did you try using the up to date version? It's not really an issue that I'm aware of. How about the sample?

rFlex avatar Mar 19 '15 01:03 rFlex

maxRecordDuration dosent work

Heisenbean avatar Apr 24 '17 10:04 Heisenbean