Dear jess.
Thank you very much for you help.
I am set to set the delivery_profile as follows, it is read from the kaltura system.
*************************** 14. row ***************************
id: 1005
partner_id: 102
name: HLS CDN
type: 21
system_name: HLS CDN
description: HLS CDN
url: http://mycdn.url/hls
host_name: mycdn.url
recognizer: NULL
tokenizer: NULL
status: 0
media_protocols: NULL
streamer_type: hls
is_default: 0
parent_id: 0
custom_data: NULL
priority: 0
a.m3u8 and index.m3u8 files refer to mycdn.url.
But all [*.ts] file refer to my kaltura url.
For example)
The path of the [*.ts] files that are listed in all of index.m3u8 file is the following.
EXTM3U
EXT-X-TARGETDURATION:10
EXT-X-ALLOW-CACHE:YES
EXT-X-PLAYLIST-TYPE:VOD
EXT-X-VERSION:3
EXT-X-MEDIA-SEQUENCE:1
EXTINF:2.000,
http://mykaltura.url:88/hls/p/102/sp/10200/serveFlavor/entryId/0_0zzh0dmk/v/2/flavorId/0_1ncbq9sr/name/a.mp4/seg-1-v1-a1.ts
I need to set to refer to [my kaltura url] even ts files.
I would appreciate it if I could get your advice in regards to that matter.