From 8cf09ccedab7176cf3514d4b27f7689150d4e4aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kriszti=C3=A1n=20L=C3=B6ki?= <krisztian.loki@ess.eu>
Date: Thu, 4 Feb 2021 15:55:44 +0100
Subject: [PATCH] Added camera player commands

---
 NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob b/NON-APPROVED/pss1-pss/PSS1_PSS_Area.bob
index eae76495..4b80dfe2 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>totem rtsp://pss-pas1-camera1.tn.esss.lu.se</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">
@@ -1432,14 +1432,14 @@ Exit Door 1</text>
   <widget type="action_button" version="3.0.0">
     <name>PAS Camera</name>
     <actions>
+      <action type="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">
         <url>https://pss-pas1-camera2.tn.esss.lu.se</url>
         <description>Open Webpage</description>
       </action>
-      <action type="command">
-        <command>totem rtsp://pss-pas1-camera2.tn.esss.lu.se</command>
-        <description>Open Video feed</description>
-      </action>
     </actions>
     <text>PSS Camera - PAS</text>
     <x>30</x>
@@ -1451,14 +1451,14 @@ Exit Door 1</text>
   <widget type="action_button" version="3.0.0">
     <name>Controlled Area Camera</name>
     <actions>
+      <action type="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">
         <url>https://pss-pas1-camera3.tn.esss.lu.se</url>
         <description>Open Webpage</description>
       </action>
-      <action type="command">
-        <command>totem rtsp://pss-pas1-camera3.tn.esss.lu.se</command>
-        <description>Open Video feed</description>
-      </action>
     </actions>
     <text>Camera - Controlled Area</text>
     <x>30</x>
-- 
GitLab