Fix refreshing from DTSH in HLS input

Co-authored-by: Thulinma <jaron@vietors.com>
This commit is contained in:
Marco van Dijk 2022-09-28 14:59:07 +02:00 committed by Thulinma
parent 55589e4aa9
commit 7792845238
2 changed files with 104 additions and 56 deletions

View file

@ -32,6 +32,18 @@ namespace Mist{
uint64_t wait;
char ivec[16];
char keyAES[16];
playListEntries(){
bytePos = 0;
mUTC = 0;
duration = 0;
timestamp = 0;
timeOffset = 0;
wait = 0;
for (size_t i = 0; i < 16; ++i){
ivec[i] = 0;
keyAES[i] = 0;
}
}
};
/// Keeps the segment entry list by playlist ID