SCRecorder
SCRecorder copied to clipboard
Max duration
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 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
Did you try using the up to date version? It's not really an issue that I'm aware of. How about the sample?
maxRecordDuration dosent work