Hi there … I’ve a simple origin-edge setting, brand new installation with version 4.7.1 which is not working properly. Same settings on version 4.6 work fine.
Basically, first time a user connects to a stream on the edge by HLS, edge request stream to origin, but returns a m3u8 with only one video chunk (for instance, chunk 5 like below real traffic capture)
#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:11 #EXT-X-MEDIA-SEQUENCE:5 #EXTINF:10.429, media_w1806280314_5.ts
Next request of m3u8, the proper amount of chunks are returned, but one or two are missing (see below real capture which is missing chunk 6, and the m3u8 starts on chunk 7 to 9) causing player to stall, reconnect, and jump forward in video.
#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:11 #EXT-X-MEDIA-SEQUENCE:7 #EXTINF:10.079, media_w1806280314_7.ts #EXTINF:10.28, media_w1806280314_8.ts #EXTINF:10.756, media_w1806280314_9.ts
Anyone aware of a problem in this version? As I said, I’ve same thing working great in 4.6 but don’t want to dig for old version after the security vulnerability published last week
Thanks