Replies: 3 comments 2 replies
-
Generating a unique signature per URL might add too much latency to the stream, so you might want to consider generating a custom policy for signed URL where the resource property uses a wildcard on the variable part of the URL for segments. Before playback commences, make an API call to your backend to generate and respond with the signature. You can then use request modifier to add the signature to the URL. |
Beta Was this translation helpful? Give feedback.
-
Thanks @vodlogic! Looks like this is the right approach :) |
Beta Was this translation helpful? Give feedback.
-
@vodlogic thanks for the previous response, but you can't use wildcards in S3 link. I'll try to find another way, but it looks like it will have to pre-sign each URL. |
Beta Was this translation helpful? Give feedback.
-
What is the best way to have dash use presigned urls for this? Take in consideration that dash is used in the frontend and the urls must be signed in the backend.
Beta Was this translation helpful? Give feedback.
All reactions