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.
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.
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];