The communication with Prismon is authenticated using a token. This token however changes every 4 seconds, which breaks the generic video thumbnail functionality.
Is there a way to get this working?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
These fast expiring (4s) access tokens are probably only intended for real user authentication? Maybe you can check if they also support Access tokens that are valid for a longer period and that can get refreshed via a Refresh token after a while?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023