diff --git a/src/mpExperienceVLC.py b/src/mpExperienceVLC.py index 4cc144d..19a2292 100644 --- a/src/mpExperienceVLC.py +++ b/src/mpExperienceVLC.py @@ -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" :