mpExperienceVLC: fix horrible french typo

This commit is contained in:
Quentin De Coninck 2016-05-19 12:34:55 +02:00
parent dfe38e2587
commit d51e16fee8

View File

@ -59,7 +59,7 @@ class MpExperienceVLC(MpExperience):
def getVLCClientCmd(self): def getVLCClientCmd(self):
s = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/mininet/usr/lib/ && sudo ldconfig && " \ s = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/mininet/usr/lib/ && sudo ldconfig && " \
+ MpExperienceVLC.VLC_BIN + " -I dummy --x11-display :66" + \ + MpExperienceVLC.VLC_BIN + " -I dummy --x11-display :66" + \
" --adaptative-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)' > " + MpExperienceVLC.CLIENT_LOG
if self.time != "0" : if self.time != "0" :