mpExperienceVLC: grep all interesting

This commit is contained in:
Quentin De Coninck 2016-05-24 09:26:18 +02:00
parent 923c2ec924
commit 98f8261cd4

View File

@ -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|late|Buffering)' > " + MpExperienceVLC.CLIENT_LOG "/" + self.file + " 2>&1 | grep -E '(Neb|halp|bandwidth|late|Buffering|buffering)' > " + MpExperienceVLC.CLIENT_LOG
if self.time != "0" : if self.time != "0" :
s = s + " &" s = s + " &"
print(s) print(s)