-1

We want to develop one video or folder containing videos/images/content to be played on TV (not smart TV) in offline mode. But it should be played for some particular time only lets say a year. After that user need to contact admin or subscribe to view the same again. Is it possible to do the same and if yes what are the ways to achieve that?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Aakil Ladhani
  • 984
  • 9
  • 32

1 Answers1

2

Most DRM systems, such as Widevine, PlayReady and FPS support what you are asking for - offline playback with a limit on the duration.

When the client requests the license, the response it receives includes the decryption key and some metadata about the entitlements. This metadata allows the client be granted entitlements such as offline playback and allows a time limit be set for that capability.

As an example, look at the PlayReady license template information here and at the linked 'Compliance Rules for PlayReady Products' document which is publicly available online:

Mick
  • 24,231
  • 1
  • 54
  • 120