SRGSSR / srgletterbox-apple

The official SRG SSR media playback experience
https://srgssr.github.io/marketing/letterbox/
MIT License
14 stars 7 forks source link

[UT] Skip to live from in LimitedDVR test has been disabled - missing test stream #270

Closed pyby closed 2 years ago

pyby commented 2 years ago

Issue type

Incorrect behavior

Description of the problem

SwissTXTTestCase.testSkipToLiveForSwissTXTLimitedDVRStream test simulates a limitedDVR event:

The test plays a clip, then skip to the chapter that is livestream. New RTS Info or Couleur3 video currently can't simulate this user case.

We opened a discussion with Akamai and try to restore it.

Environment information

Reproducibility

Always reproducible

Steps to reproduce

  1. Run the test.
pyby commented 2 years ago

Play MMF server switched to akamai staging host for test stream urls. start and end parameters are restored and the LiveCenter limitedDVR simulation starts working again.

The UT passed again. In the demo app, scheduled livestreams FullDVR and Limited start working again as well.

I keep the issue opened until the stream goes to production.

Maybe an improvement on Play MMF or Akamai is still required: At the beginning of the livestream with DVR, the child playlists have 0, then 1, 2 3 chunks. ℹ️ AVPlayer requires a minimum of 3 chunks to play.

pyby commented 2 years ago

RTS Couleur 3 video now supports start, end and dw query parameters again. The UT passes again.