Second bind()call failed with license expire for Non persistence license in Play ready,
I am working to support one service:
Play back sequence of service is below:
- do WI.
- Call Bind()--> failed with License not found
- do LA (Acquire License).
- call Bind() -- success
call commit -- success
call Manifest URL
- Player tries to play the content.
- found its encrypted.
- Bind()--> failed with License expired.
My Question:
why second Bind() is failed with License expired?
License type from service provider is Non persistence.
Is there any other reason behind this for License expire? On what bases microsoft playready will give license expired for non persistance license type?
Please help me regarding this.