Improvements and backports for HLS input
This commit is contained in:
parent
3e607d864e
commit
08e5ceca2b
2 changed files with 48 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue