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

SCPlayer works fine with MP4 but with MOV file it is getting stuck. #421

Closed mubinrevcord closed 5 years ago

mubinrevcord commented 6 years ago

I am using this player to play files which were recorded.

Mp4 file recorded using AVAssetWriter but MOV files which is recorded using KXMovieDecoder(ffmpeg) is having issues in playback. it plays well if we dont pause resume but when we move forward and backward duration at certain seek time it is getting stuck. No delegates are calling nothing is happening. I checked each and every delegates and methods using break points but not a single method and delegate called.

Also every time it got stuck at starting 5 seconds but scrubber is moving towards end of file and played fully just UI is not getting rendered. Frames are not getting change.

Also it works fine with aac files for audio.