...
| PlantUML Macro | ||||
|---|---|---|---|---|
| ||||
@startuml autonumber box "Container" #LightGreen participant Netflix participant DPI participant rialtoClient end box box "Platform" #LightBlue participant rialtoServer participant Ocdm end box Netflix -> DPI: getLdlSessionsLimit(media_keysdrmHeader, licenseChallenge) DPI -> rialtoClient: getLdlSessionsLimit(media_keys_handle) rialtoClient -> rialtoServer: getLdlSessionsLimit(media_keys_handle) rialtoServer -> Ocdm: opencdm_system_ext_get_ldl_session_limit(media_keys_handle) Ocdm --> rialtoServer: status, ldl_limit rialtoServer --> rialtoClient: status, ldl_limit rialtoClient --> DPI: status, ldl_limit DPI --> Netflix: status, ldl_limit @enduml |
...