From 029e978887a20c79ebf20f88b9c733d4dd240b01 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 7 Nov 2017 14:24:16 +0100 Subject: [PATCH] LTS: Improved debug message levels for MP4 output --- src/output/output_progressive_mp4.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/output/output_progressive_mp4.cpp b/src/output/output_progressive_mp4.cpp index de4c48e6..d6aa0418 100644 --- a/src/output/output_progressive_mp4.cpp +++ b/src/output/output_progressive_mp4.cpp @@ -596,6 +596,7 @@ namespace Mist { temp.index = i; temp.size = thisTrack.parts[temp.index].getSize(); timeStamp += thisTrack.parts[temp.index].getDuration(); + HIGH_MSG("Fragment sortSet: tid %lu time %lu", temp.trackID, temp.time); trunOrder.insert(temp); } } @@ -758,8 +759,6 @@ namespace Mist { } } /*LTS-END*/ - //Always initialize before anything else - initialize(); //Make sure we start receiving data after this function ///\todo Should this happen here?