Cams: Difference between revisions
Jump to navigation
Jump to search
(→NOTES) |
|||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
*videoosd.asp | *videoosd.asp | ||
**Unchecked "Title" | **Unchecked "Title" | ||
===NOTES=== | |||
* I create a flc.htm which has a static list of all the pages. | |||
* Default IP was 192.168.55.160 | |||
== Connection == | == Connection == |
Latest revision as of 18:59, 23 May 2011
Configure
CAM 1
- http://192.168.55.160/netcfg.asp
- Basic Parameters
- IP address = 192.168.0.225
- GateWay = 192.168.0.5
- Basic Parameters
- http://192.168.0.225/advcfg.asp
- RTSP Parameters
- Enable RTSP
- RTSP Parameters
CAM 2
- netlan.asp
- Network settings
- netrtsp.asp
- Checked "Enable RTSP"
- systime.asp
- Setup NTP settings
- videocoding.asp
- Changed Perferred Stream resolution "Image" to 1600x1200
- videoosd.asp
- Unchecked "Title"
NOTES
- I create a flc.htm which has a static list of all the pages.
- Default IP was 192.168.55.160
Connection
- Connect to video stream direct from PC
vlc rtsp://192.168.0.225
- Shell on camera (default user/password = admin/admin)
telnet 192.168.0.225
- Record from eee (not working from derro / mips nas)
openRTSP -v -b 90000 rtsp://192.168.0.225 > cam.h264
- Playback from eee
vlc ./cam.h264