AVPlayerActionAtItemEnd should have a Replay-case

Originator:raise.rescue
Number:rdar://22130593 Date Originated:04-Aug-2015 12:25 PM
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 9b4
Classification:Enhancement Reproducible:Always
 
Summary:
MPMoviePlayerController had a simple repeatMode-property that can be set to MPMovieRepeatModeOne to replay a video endlessly. But MPMoviePlayerController is deprecated in iOS 9 and we have to switch over to AVPlayerViewController, which doesn’t support repeating videos by itself. The workarounds described in http://stackoverflow.com/questions/5361145/looping-a-video-with-avfoundation-avplayer have to use the notification-center and suffer from a lack before the replay starts again.
So please add and implement a AVPlayerActionAtItemEndReplay-case to the AVPlayer.

Steps to Reproduce:
In numbered format, detail the exact steps taken to produce the bug.

Expected Results:
Describe what you expected to happen when you executed the steps above.

Actual Results:
Explain what actually occurred when steps above were executed.

Regression:
Describe circumstances where the problem occurs or does not occur, such as software versions and/or hardware configurations.

Notes:
Provide additional information, such as references to related problems, workarounds and relevant attachments.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!