Hi, I’m using Wowza Engine with AWS s3 storage.
I’ve implemented an adaptive bit-rate streaming.(12M, 6M, 3M, 64k)
I checked each index files in the m3u8 file.
Each value of EXT-X-TARGETDURATION was 10 but only 64k was 176.
- Test streaming url : http://streaming.nextvr.net/vods3/definst/smil:amazons3/www.nextvr-disk.net/video_27325fe6-584e-4c17-865f-636fdd81b957_03_ios.smil/playlist.m3u8
Since that issue, when the bandwidth of internet was not good and after changing to 64k bit-rate streaming, the streaming bit-rate couldn’t be changed.
Is there any way for setting EXT-X-TARGETDURATION forcedly as 10 seconds even a bit-rate is 64k?
-Larry