Cams: Difference between revisions

From Oh Mad Lab
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== Configure ==
== Configure ==
=== CAM 1 ===
* http://192.168.55.160/netcfg.asp
* http://192.168.55.160/netcfg.asp
** Basic Parameters
** Basic Parameters
Line 7: Line 8:
** RTSP Parameters
** RTSP Parameters
*** Enable RTSP
*** Enable RTSP
=== 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"
*I create a flc.htm which has a static list of all the pages.


* Connect to video stream direct from PC
* Connect to video stream direct from PC

Revision as of 20:35, 17 May 2011

Configure

CAM 1

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"
  • I create a flc.htm which has a static list of all the pages.
  • 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