For some stream tests or metadata tests, a custom url can open the advanced player view with a media urn:
letterbox(-debug|-nighty) scheme and media/[media_urn] path.
An optional server=[server_name] parameter can be added to force a server selection.
This demo feature is missing since the migration to scene delegate.
Environment information
Demo app version: 7.2.0 (85)
iOS / tvOS version: Any
Device: Any
Reproducibility
Always reproducible
Steps to reproduce
With Simulators:
Launch a simulator device with a Letterbox demo debug app already installed.
In the Terminal application, execute: xcrun simctl openurl booted "letterbox-debug://media/urn:srf:video:02242994-dfeb-43ea-a852-c5f46f418223?server=stage". It has to open the player with a 10vor10 video.
Close the player, quit the application (don't kill it).
In the Terminal application, execute the same command line. It has to open the player with the same video again.
On devices:
Build and Install Letterbox demo debug app. Kill the application from the Springboard.
Open the custom url from Safari: "letterbox-debug://media/urn:srf:video:02242994-dfeb-43ea-a852-c5f46f418223?server=stage". It has to open the player with a 10vor10 video.
Close the player, quit the application (don't kill it).
Open the custom url from Safari. It has to open the player with the same video again.
Issue type
Incorrect behavior / missing feature
Description of the problem
For some stream tests or metadata tests, a custom url can open the advanced player view with a media urn:
letterbox(-debug|-nighty)
scheme andmedia/[media_urn]
path. An optionalserver=[server_name]
parameter can be added to force a server selection.This demo feature is missing since the migration to scene delegate.
Environment information
Reproducibility
Always reproducible
Steps to reproduce
With Simulators:
Terminal
application, execute:xcrun simctl openurl booted "letterbox-debug://media/urn:srf:video:02242994-dfeb-43ea-a852-c5f46f418223?server=stage"
. It has to open the player with a 10vor10 video.Terminal
application, execute the same command line. It has to open the player with the same video again.On devices: