mpExperienceVLC: fix horrible french typo
This commit is contained in:
parent
dfe38e2587
commit
d51e16fee8
@ -59,7 +59,7 @@ class MpExperienceVLC(MpExperience):
|
||||
def getVLCClientCmd(self):
|
||||
s = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/mininet/usr/lib/ && sudo ldconfig && " \
|
||||
+ 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() + \
|
||||
"/" + self.file + " 2>&1 | grep -E '(Neb|halp|bandwidth)' > " + MpExperienceVLC.CLIENT_LOG
|
||||
if self.time != "0" :
|
||||
|
Loading…
Reference in New Issue
Block a user