To implement these options, just pass them in the builder.
Available options
OPTION NAME | TYPE | DEFAULT |
---|---|---|
orchestratorProperty | String | "default" |
contentId | String | default Streamroot generator |
Example
deliveryClient = CTLDeliveryClientBuilder.clientBuilder()
.deliveryClientKey(<#yourdeliveryClientKey#>)
.qosModule(#yourQosModule#>)
.contentId(<#yourContentId#>)
.orchestratorProperty(<#yourProperty#>)
.build(#yourManifestUrl#>)
deliveryClient?.start()