Difference between revisions of "Ip cameras"

From Pumping Station One
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{mbox |type=warning |text=This equipment has been decommissioned. [[IT Infrastructure|Up-to-date IT information can be found here]] }}
 +
 
== Space IP Camera links ==
 
== Space IP Camera links ==
  
 +
'''Note: some of these cameras are broken and they are only accessible when you are connected to the PS:One network.'''
  
 
{|class="wikitable"
 
{|class="wikitable"
 
!Area
 
!Area
 +
!MAC Address
 
!Camera URL (RTSP)
 
!Camera URL (RTSP)
 
!Camera URL (Motion JPEG)
 
!Camera URL (Motion JPEG)
 
|-
 
|-
|Electronics Lab
+
| Electronics Lab
|rtsp://10.100.1.30/ipcam.sdp
+
| 00:1F:1F:EF:93:EF
|http://10.100.1.30/mjpg/video.mjpg
+
| rtsp://10.100.0.30/ipcam.sdp
 +
| http://10.100.0.30/mjpg/video.mjpg
 
|-
 
|-
|Laser Cutter
+
| Laser Cutter
|rtsp://10.100.1.72/ipcam.sdp
+
| 00:1F:1F:EF:94:0C
|http://10.100.1.72/mjpg/video.mjpg
+
| rtsp://10.100.0.31/ipcam.sdp
 +
| http://10.100.0.31/mjpg/video.mjpg
 
|-
 
|-
|Shop
+
| Shop
|rtsp://10.100.1.83/ipcam.sdp
+
| 00:1F:1F:EF:94:0A
|http://10.100.1.83/mjpg/video.mjpg
+
| rtsp://10.100.0.32/ipcam.sdp
 +
| http://10.100.0.32/mjpg/video.mjpg
 
|-
 
|-
|Graphics Arts and Textiles
+
| Graphics Arts and Textiles
|rtsp://10.100.1.102/ipcam.sdp
+
| 00:1F:1F:EF:94:10
|http://10.100.1.102/mjpg/video.mjpg
+
| rtsp://10.100.0.33/ipcam.sdp
 +
| http://10.100.0.33/mjpg/video.mjpg
 
|}
 
|}
  
 
== locating the ip cameras ==
 
== locating the ip cameras ==
  
    nmap --script rtsp-url-brute -p 554 10.100.0.0/23
+
The cameras now have static dhcp leases. In case they wonder again, the following nmap command has been effective at locating them.
  
 +
    nmap --script rtsp-url-brute -p 554 10.100.0.0/20
  
 
== What uses this ==
 
== What uses this ==
  
 
[[Spacemon]] does.
 
[[Spacemon]] does.
 +
Hopefully not too much at once because it seems like the cameras fall over if you have more than one thing use them. Dang.

Latest revision as of 14:01, 1 November 2018

Space IP Camera links

Note: some of these cameras are broken and they are only accessible when you are connected to the PS:One network.

Area MAC Address Camera URL (RTSP) Camera URL (Motion JPEG)
Electronics Lab 00:1F:1F:EF:93:EF rtsp://10.100.0.30/ipcam.sdp http://10.100.0.30/mjpg/video.mjpg
Laser Cutter 00:1F:1F:EF:94:0C rtsp://10.100.0.31/ipcam.sdp http://10.100.0.31/mjpg/video.mjpg
Shop 00:1F:1F:EF:94:0A rtsp://10.100.0.32/ipcam.sdp http://10.100.0.32/mjpg/video.mjpg
Graphics Arts and Textiles 00:1F:1F:EF:94:10 rtsp://10.100.0.33/ipcam.sdp http://10.100.0.33/mjpg/video.mjpg

locating the ip cameras

The cameras now have static dhcp leases. In case they wonder again, the following nmap command has been effective at locating them.

   nmap --script rtsp-url-brute -p 554 10.100.0.0/20

What uses this

Spacemon does. Hopefully not too much at once because it seems like the cameras fall over if you have more than one thing use them. Dang.