AVPlayerViewController does not pause on live stream

Originator:dcorderoramirez
Number:rdar://35361605 Date Originated:November 6 2017
Status:Open Resolved:
Product:tvOS Product Version:11.2
Classification: Reproducible:Always
 
Area:
AV Playback

Summary:
AVPlayerViewController does not react to the pause button when playing a live stream.

Steps to Reproduce:
Attached project which plays a live stream. 

When running the project in tvOS 10 the stream can be paused using the Play/Pause button in Siri Remote.

When running the same project in tvOS 11 can not be paused. The following error appears in the console log.

```
2017-11-06 11:09:56.034370+0100 PauseLiveStream[7276:592491] Attachment range (-529.124429,-494.640299) must include 0 for sliding attachment type    >   {530.12445068359375, 4.9999995231628418}
2017-11-06 11:09:56.380347+0100 PauseLiveStream[7276:592534] []  >>> playerasync_runAsynchronousCommandOnQueue: Command 23 returned -12784; this async error will be discarded
```

Expected Results:
The stream pauses when using the Play/Pause button in Siri Remote

Actual Results:
The stream is not paused

Version/Build:
tvOS 11.2 (15K5085b

Comments

Still encountering issue, found workaround

On tvOS 13.4, I still encountered this issue, only on live streams.

A workaround I found was performing a AVPlayer.pause() and AVPlayer.play() immediately after AVPlayerItem.status = .readyToPlay), which funny enough, seems to do the trick. This causes the player to respond again to a remote play/pause press.

By joris.timmerman at April 17, 2020, 12:11 p.m. (reply...)

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!