Skip to main content

License Configuration

Lura Player requires a valid license obtained from Akta Tech if the media is configured manually. If no license is provided, the player will not start, ensuring compliance with licensing policies. This restriction applies to all playback operations, including loading media sources, initializing the player instance, and accessing advanced features.

You can obtain a license by contacting to [email protected]

If you are using Lura Configuration you don't need a license configuration.

AttributeTypeRequiredDescription
licenseLuraLicensenoLicense object for configuring the license
license.dataStringnoLicense string obtained from Akta Tech
license.urlStringnoA URL to fetch the license data
license.licenseKeyStringnoLicense key to fetch dynamic license key from Akta Tech
let luraLicense = LuraLicense(data:"<YOUR_LICENSE_STRING>")
let luraConfig = LuraPlayerConfiguration(name: "Configuration Name",
license: luraLicense)