Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Scene7 html5 video player buffering time is more than eexpected

Avatar

Level 2

HI Team,

Scene7 HTML5 video player start the video with good speed but in the middle, it takes much time buffering, is there any bitrate setting that can be applied here?

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ankitv12295055,

As far as I know, even with default settings it should work fine. I suggest you to test with the actual end URL of scene5 video and entering that URL in the browser window which will itself load a HTML5 modal and play in your browser rather than including it in your AEM component and then testing.

Also, what is the media type and size you're trying to access? Have you tested this on different network as well?

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @ankitv12295055,

As far as I know, even with default settings it should work fine. I suggest you to test with the actual end URL of scene5 video and entering that URL in the browser window which will itself load a HTML5 modal and play in your browser rather than including it in your AEM component and then testing.

Also, what is the media type and size you're trying to access? Have you tested this on different network as well?

Avatar

Level 2

Thanks Jineet, for the quick response, actual URL is also having the same issue, please find below URL https://stgwww.pathology-education.agilent.com/en/videos.html 

of my video page, also I can see error console- in which CORS problem are there for stream server-

 

ankitv12295055_0-1605008761343.png

 

Avatar

Community Advisor

Hi @ankitv12295055,

I checked the video page and found that the Scene7 URL is https://s7mbrstream.scene7.com/hls-vod/agilentstage/_media_/21c/21c05e4f-6b17-4d1c-a088-77a6df24500c...
This URL has multiple fragmented TS files which are responsible for playing the video. This file has 56 fragments.

#EXTM3U
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:NO
#EXT-X-VERSION:2
#EXT-X-TARGETDURATION:8
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag1Num0.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag2Num1.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag3Num2.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag4Num3.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag5Num4.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag6Num5.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag7Num6.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag8Num7.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag9Num8.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag10Num9.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag11Num10.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag12Num11.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag13Num12.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag14Num13.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag15Num14.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag16Num15.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag17Num16.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag18Num17.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag19Num18.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag20Num19.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag21Num20.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag22Num21.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag23Num22.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag24Num23.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag25Num24.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag26Num25.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag27Num26.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag28Num27.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag29Num28.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag30Num29.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag31Num30.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag32Num31.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag33Num32.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag34Num33.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag35Num34.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag36Num35.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag37Num36.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag38Num37.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag39Num38.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag40Num39.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag41Num40.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag42Num41.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag43Num42.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag44Num43.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag45Num44.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag46Num45.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag47Num46.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag48Num47.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag49Num48.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag50Num49.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag51Num50.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag52Num51.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag53Num52.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag54Num53.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag55Num54.ts
#EXTINF:8,
21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag56Num55.ts
#EXT-X-ENDLIST


I observed that buffering occurs if fragment is not loaded with 200 response. In my case as well, there was buffering for fragment 18 and 27 and both requests failed with 503 response - Service Unavailable. The CORS error issue I fixed by modifying the headers using chrome extension.

Jineet_Vora_0-1605033789742.png

My question:
1. What is this type of media? .mp4.m3u8? Is it accepted format by Dynamic Media?
2. Have you tried with other media type say a sample file of 8 minute with mp4 type?
3. 503 response is intermittent, but I think its related to CDN/Scene7 delivery server. You can consider raising a ticket with Scene7 Customer Support.

Avatar

Level 2
Hi @Jineet_Vora, The video type is mp4, yes I have tried with more mp4 videos, problem is there mainly in seeking video to forward and backward.