Skip to content
Snippets Groups Projects
Commit 196eb501 authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Merge branch 'pss1-pss' into 'master'

Fixed VLC parameter

See merge request ics-software/ess-opis!249
parents 9b1afdb0 e49907ca
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
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