From 8aa686a2a93da8370df7406c4ec04092f52aa804 Mon Sep 17 00:00:00 2001 From: yuanmengqi Date: Fri, 4 Jul 2025 07:18:15 +0000 Subject: [PATCH] fix multiapps --- .../multi_apps/778efd0a-153f-4842-9214-f05fc176b877.json | 7 ++----- evaluation_examples/settings/proxy/dataimpulse.json | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/evaluation_examples/examples/multi_apps/778efd0a-153f-4842-9214-f05fc176b877.json b/evaluation_examples/examples/multi_apps/778efd0a-153f-4842-9214-f05fc176b877.json index 81f516b..fd48796 100644 --- a/evaluation_examples/examples/multi_apps/778efd0a-153f-4842-9214-f05fc176b877.json +++ b/evaluation_examples/examples/multi_apps/778efd0a-153f-4842-9214-f05fc176b877.json @@ -28,11 +28,8 @@ { "type": "launch", "parameters": { - "command": [ - "vlc", - "--repeat", - "/home/user/Desktop/planet.mp4" - ] + "command": "VLC_VERBOSE=-1 vlc --aout=dummy --repeat '/home/user/Desktop/planet.mp4'", + "shell": true } } ], diff --git a/evaluation_examples/settings/proxy/dataimpulse.json b/evaluation_examples/settings/proxy/dataimpulse.json index 5f7c0a4..d7f1cfb 100644 --- a/evaluation_examples/settings/proxy/dataimpulse.json +++ b/evaluation_examples/settings/proxy/dataimpulse.json @@ -2,8 +2,8 @@ { "host": "gw.dataimpulse.com", "port": 823, - "username": "e750e5abb74376d28361", - "password": "e5ec245537e1e76a", + "username": "67e5faf31654b923f06b", + "password": "26a3158d346abdfa", "protocol": "http", "provider": "dataimpulse", "type": "residential",