drm - Second bind() call failed with license expire for Non persistence license type in Playready -


second bind()call failed license expire non persistence license in play ready,

i working support 1 service:

play sequence of service below:

  1. do wi.
  2. call bind()--> failed license not found
  3. do la (acquire license).
  4. call bind() -- success
  5. call commit -- success

  6. call manifest url

  7. player tries play content.
  8. found encrypted.
  9. bind()--> failed license expired.

my question:

why second bind() failed license expired?

license type service provider non persistence.

is there other reason behind license expire? on bases microsoft playready give license expired non persistance license type?

please me regarding this.

nonpersistent licenses usable one playback, not until application restarted. far playready device porting kit concerned, 1 playback equal 1 drm_reader_bind() call. why second call fails.

while information license persistence public, more in-depth information nda-protected , cannot discuss on public website. if need further , can prove work playready licensee, feel free contact me one-on-one chat via saares@axinom.com.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -