How to get dash and hls links after encoding?

Hi! I want to know how to get the list or single URL of encoded video programmatically?

Hi @furqan.waseem
You should be able to use the following APIs to get a list of the DASH and HLS manifests for a given encoding ID :

Then, for each HLS and DASH manifest, you should get the outputPath, manifest name as well as the output ID. Assuming you are always using the same output destination (eg. a S3 bucket), then the only variables will be the output path and manifest name.

I hope this helps. Please let me know in case you have any questions

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.