Can we avoid absolute URLs when using MediaTailor?

0

Hi,

we are currently testing MediaTailor in order to create a Live-Stream based on VOD material. The stream should be provided to Samsung-TV.

After delivering a Test-Stream we received the following Feedback:

  • Variant manifest has absolute URLs which we don’t support. Please have it changed to reflect relative URLs instead

When checking the manifest I can see absoute URLs in the form of

...
#EXTINF:5.995,
https://amogo-public.s3.sa-east-1.amazonaws.com/output/samsung_channel/E_Deus_Disse_A_Caim_1080p/full_movie/hls/hlsaudio_20pt_00253.aac
#EXT-X-PROGRAM-DATE-TIME:2022-04-11T12:37:49.485706Z
#EXTINF:6.016,
https://amogo-public.s3.sa-east-1.amazonaws.com/output/samsung_channel/E_Deus_Disse_A_Caim_1080p/full_movie/hls/hlsaudio_20pt_00254.aac
#EXT-X-PROGRAM-DATE-TIME:2022-04-11T12:37:55.500706Z
#EXTINF:5.995,
...

My question is, if it is possible to avoid these absolute URLs in order to support the Samsung-TV specification?

Kind regards,

Riva

已提問 2 年前檢視次數 290 次
2 個答案
0

Using relative URLs can be achieved with AWS MediaTailor. This may need to be performed through the use of a CDN between MediaTailor and the player. Using a CDN is recommended. Here is a reference for using CDNs with MediaTailor. https://docs.aws.amazon.com/mediatailor/latest/ug/integrating-cdn.html Also, here is a link to Amazon CloudFront detailing how to create URLs. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/LinkFormat.html

AWS
Mike-ME
已回答 2 年前
0

Hi Mike-ME,

thanks for the reply. I'll check the provided docs :)

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南