Improvements and backports for HLS input

This commit is contained in:
Thulinma 2020-01-24 00:05:06 +01:00
parent 3e607d864e
commit 08e5ceca2b
2 changed files with 48 additions and 25 deletions

View file

@ -96,7 +96,8 @@ namespace Mist{
bool endPlaylist;
int currentPlaylist;
bool allowRemap; ///< True if the next packet may remap the timestamps
bool allowRemap; ///< True if the next packet may remap the timestamps
bool allowSoftRemap; ///< True if the next packet may soft-remap the timestamps
std::map<uint64_t, uint64_t> pidMapping;
std::map<uint64_t, uint64_t> pidMappingR;
std::map<int, int64_t> plsTimeOffset;