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.
Attribute | Type | Required | Description |
---|---|---|---|
license | assocarray | no | License object for configuring the license |
license.data | string | no | License string obtained from Akta Tech |
license.url | string | no | A URL to fetch the license data |
license.licenseKey | string | no | License key to fetch dynamic license key from Akta Tech |
m.player.callFunc("setConfig", {
...
license: {
...
data: "<YOUR_LICENSE_STRING>"
...
},
...
})