rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

iOS9 SCPlayer issue #236

Open ChangHoLee opened 8 years ago

ChangHoLee commented 8 years ago

Hi I am developer using SCRcorder. I am inquiring because I had a few issues using SCRcorder. There has been no problems upto iOS8, but issues have risen since iOS9. There has been issue where video stops and audio keeps playing after I record several partitions of footage and set player with codes below in preview page.  Could you please explain why? There are no error message pop-ups.

[_player setItemByAsset:_recordSession.assetRepresentingSegments]; [_player seekToTime:kCMTimeZero]; [_player play];

mitchellporter commented 8 years ago

This is a CoreImage memory issue that many people using this library have been experiencing since iOS 9. Unfortunately it doesn't look like anyone has solved it yet.