mpExperienceVLC: add more in log
This commit is contained in:
parent
9e68563870
commit
923c2ec924
@ -61,7 +61,7 @@ class MpExperienceVLC(MpExperience):
|
|||||||
+ MpExperienceVLC.VLC_BIN + " -I dummy --x11-display :66" + \
|
+ MpExperienceVLC.VLC_BIN + " -I dummy --x11-display :66" + \
|
||||||
" --adaptive-logic 3 --no-loop --play-and-exit " + \
|
" --adaptive-logic 3 --no-loop --play-and-exit " + \
|
||||||
" http://" + self.mpConfig.getServerIP() + \
|
" http://" + self.mpConfig.getServerIP() + \
|
||||||
"/" + self.file + " 2>&1 | grep -E '(Neb|halp|bandwidth)' > " + MpExperienceVLC.CLIENT_LOG
|
"/" + self.file + " 2>&1 | grep -E '(Neb|halp|bandwidth|late|Buffering)' > " + MpExperienceVLC.CLIENT_LOG
|
||||||
if self.time != "0" :
|
if self.time != "0" :
|
||||||
s = s + " &"
|
s = s + " &"
|
||||||
print(s)
|
print(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user