From e49907ca6e1364c8174481b3e38e6fc559df6e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20L=C3=B6ki?= <krisztian.loki@ess.eu> Date: Tue, 23 Feb 2021 16:26:52 +0100 Subject: [PATCH] Fixed VLC parameter --- NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob b/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob index 4b80dfe2..991d5bb6 100644 --- a/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob +++ b/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob @@ -1016,7 +1016,7 @@ Exit Door 1</text> <name>FEB Camera </name> <actions> <action type="command"> - <command>vlc 'rtsp://LCRstream:password!@172.16.64.139:554/Streaming/Channels/102'</command> + <command>vlc rtsp://LCRstream:password!@172.16.64.139:554/Streaming/Channels/102</command> <description>Open Video feed</description> </action> <action type="open_webpage"> @@ -1433,7 +1433,7 @@ Exit Door 1</text> <name>PAS Camera</name> <actions> <action type="command"> - <command>vlc 'rtsp://LCRstream:password!@172.16.64.140:554/Streaming/Channels/102'</command> + <command>vlc rtsp://LCRstream:password!@172.16.64.140:554/Streaming/Channels/102</command> <description>Open Video feed</description> </action> <action type="open_webpage"> @@ -1452,7 +1452,7 @@ Exit Door 1</text> <name>Controlled Area Camera</name> <actions> <action type="command"> - <command>vlc 'rtsp://LCRstream:password!@172.16.64.141:554/Streaming/Channels/102'</command> + <command>vlc rtsp://LCRstream:password!@172.16.64.141:554/Streaming/Channels/102</command> <description>Open Video feed</description> </action> <action type="open_webpage"> -- GitLab