aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayerNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'UI/DASHPlayerNoGUI.cpp')
-rw-r--r--UI/DASHPlayerNoGUI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/DASHPlayerNoGUI.cpp b/UI/DASHPlayerNoGUI.cpp
index d212b556..2195b88a 100644
--- a/UI/DASHPlayerNoGUI.cpp
+++ b/UI/DASHPlayerNoGUI.cpp
@@ -89,6 +89,8 @@ DASHPlayerNoGUI::DASHPlayerNoGUI(int argc, char ** argv, pthread_cond_t *mainCon
webSocketService.start();
this->parameterAdaptation->segmentDuration = this->mpdWrapper->onFirstDownloadMPD(NULL);
this->multimediaManager->setSegmentDuration(this->parameterAdaptation->segmentDuration);
+ //should be in seconds
+ this->parameterAdaptation->segmentDuration = this->parameterAdaptation->segmentDuration / 1000.0;
this->onStartButtonPressed(0,0,0,0,0);
this->multimediaManager->setLooping(this->repeat);
}