Fixed UTC timestamps in CMAF outputs

This commit is contained in:
Thulinma 2020-06-03 17:33:35 +02:00
parent 90f0228483
commit 3db3a869ae

View file

@ -1,6 +1,6 @@
#include "cmaf.h"
static uint64_t unixBootDiff = (Util::unixMS() - Util::bootMS());
static uint64_t unixBootDiff = Util::unixMS();
namespace CMAF{
/// Function to determine the payload size of a CMAF fragment.