Saturday, January 19, 2013

Test bandwidth between two servers

http://stackoverflow.com/questions/426272/how-to-test-internet-connection-speed-from-command-line


on machine1 (host, this one will receive)
iperf -s -p 65000
on machine2 (client, this one will upload)
iperf -c [ip of server] -p 65000
Reverse the machines to test the other way (upload->download or vice versa).

Wednesday, January 09, 2013

Accessing Going IP Security Camera X37L X37L20M X37L20MA

Assuming you have an IP address like 192.168.1.*

Main stream: rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?real_stream--rtp-caching=100

Secondary (low quality) stream: rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=1.sdp?real_stream--rtp-caching=100