Skip to content
Snippets Groups Projects
Commit 8cf09cce authored by Krisztián Löki's avatar Krisztián Löki
Browse files

Added camera player commands

parent 5654e7ee
No related branches found
No related tags found
No related merge requests found
...@@ -1016,7 +1016,7 @@ Exit Door 1</text> ...@@ -1016,7 +1016,7 @@ Exit Door 1</text>
<name>FEB Camera </name> <name>FEB Camera </name>
<actions> <actions>
<action type="command"> <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> <description>Open Video feed</description>
</action> </action>
<action type="open_webpage"> <action type="open_webpage">
...@@ -1432,14 +1432,14 @@ Exit Door 1</text> ...@@ -1432,14 +1432,14 @@ Exit Door 1</text>
<widget type="action_button" version="3.0.0"> <widget type="action_button" version="3.0.0">
<name>PAS Camera</name> <name>PAS Camera</name>
<actions> <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"> <action type="open_webpage">
<url>https://pss-pas1-camera2.tn.esss.lu.se</url> <url>https://pss-pas1-camera2.tn.esss.lu.se</url>
<description>Open Webpage</description> <description>Open Webpage</description>
</action> </action>
<action type="command">
<command>totem rtsp://pss-pas1-camera2.tn.esss.lu.se</command>
<description>Open Video feed</description>
</action>
</actions> </actions>
<text>PSS Camera - PAS</text> <text>PSS Camera - PAS</text>
<x>30</x> <x>30</x>
...@@ -1451,14 +1451,14 @@ Exit Door 1</text> ...@@ -1451,14 +1451,14 @@ Exit Door 1</text>
<widget type="action_button" version="3.0.0"> <widget type="action_button" version="3.0.0">
<name>Controlled Area Camera</name> <name>Controlled Area Camera</name>
<actions> <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"> <action type="open_webpage">
<url>https://pss-pas1-camera3.tn.esss.lu.se</url> <url>https://pss-pas1-camera3.tn.esss.lu.se</url>
<description>Open Webpage</description> <description>Open Webpage</description>
</action> </action>
<action type="command">
<command>totem rtsp://pss-pas1-camera3.tn.esss.lu.se</command>
<description>Open Video feed</description>
</action>
</actions> </actions>
<text>Camera - Controlled Area</text> <text>Camera - Controlled Area</text>
<x>30</x> <x>30</x>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment