Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0e27534
)
adding buffer size parameter for headless mode
04/8204/1
author
Jacques Samain
<
[email protected]
>
Thu, 24 Aug 2017 17:18:33 +0000
(10:18 -0700)
committer
Jacques Samain
<
[email protected]
>
Thu, 24 Aug 2017 17:18:33 +0000
(10:18 -0700)
Change-Id: Ie2c1741d926f0dba6bc630c5f4af354a01886b73
Signed-off-by: Jacques Samain <
[email protected]
>
UI/DASHPlayerNoGUI.cpp
patch
|
blob
|
history
diff --git
a/UI/DASHPlayerNoGUI.cpp
b/UI/DASHPlayerNoGUI.cpp
index
2195b88
..
c6670f1
100644
(file)
--- a/
UI/DASHPlayerNoGUI.cpp
+++ b/
UI/DASHPlayerNoGUI.cpp
@@
-172,6
+172,13
@@
void DASHPlayerNoGUI::parseArgs(int argc, char ** argv)
i++;
continue;
}
+ if(!strcmp(argv[i],"-buffersize"))
+ {
+ this->parameterAdaptation->segmentBufferSize = atoi(argv[i+1]);
+ i++;
+ i++;
+ continue;
+ }
if(!strcmp(argv[i],"-n"))
{
this->isICN = true;