External service/CDN for storing stream instead of Local kaltura transcoding

We are using an external service/CDN for storing stream instead of Local kaltura transcoding. How can i map those stream URLs with Kaltura’s entry?

https://developer.kaltura.com/api-docs/service/externalMedia/action/add don’t even have field for external dash/hls urls

Hello @Vladimir_Shein,

If I understand your question correctly, you wish to store the media content (aka flavour files) on a remote storage device (accessible by your CDN origin server) and then play back the media from the CDN edges. If so, you will need to set up a remote storage profile and a delivery profile. See Kaltura CE Serving from Amazon Cloudfront as a starting point.

Cheers