I've been trying to connect to a Foscam FI9821W using Ubuntu 14.04 LTS and ZM 1.28.1. I've tried various combinations with a source type of remote vs. ffmpeg. Based on the logs, it seems the closest I've come is with ffmpeg. Currently I see the following in the logs:
Code: Select all
2015-11-30 05:33:43.233853 zmc_m1 27653 INF Foscam465: 4000 - Capturing at 142.86 fps zm_monitor.cpp 2907
2015-11-30 05:33:39.125307 zmc_m1 27677 ERR Unable to open input rtsp://admin:[PASSWORD]@192.168.1.164:88/videoMain due to: Success zm_ffmpeg_camera.cpp 264
2015-11-30 05:33:39.051673 zmc_m1 27677 ERR Open video took more than 10 seconds. zm_ffmpeg_camera.cpp 413
2015-11-30 05:33:36.697152 zmc_m1 27653 INF Foscam465: 3000 - Capturing at 166.67 fps zm_monitor.cpp 2907
2015-11-30 05:33:30.130734 zmc_m1 27653 INF Foscam465: 2000 - Capturing at 142.86 fps zm_monitor.cpp 2907
2015-11-30 05:33:28.075828 zmc_m1 27677 ERR Unable to open input rtsp://admin:[PASSWORD]@192.168.1.164:88/videoMain due to: Success zm_ffmpeg_camera.cpp 264
2015-11-30 05:33:28.008253 zmc_m1 27677 ERR Open video took more than 10 seconds. zm_ffmpeg_camera.cpp 413
2015-11-30 05:33:23.628897 zmc_m1 27653 INF Foscam465: 1000 - Capturing at 55.56 fps zm_monitor.cpp 2907
2015-11-30 05:33:17.137313 zmc_m1 27653 ERR Unable to open input rtsp://admin:[PASSWORD]@192.168.1.164:88/videoMain due to: Success zm_ffmpeg_camera.cpp 264
2015-11-30 05:33:17.059998 zmc_m1 27653 ERR Open video took more than 10 seconds. zm_ffmpeg_camera.cpp 413
2015-11-30 05:33:06.730560 zmwatch 27671 INF Watchdog pausing for 30 seconds zmwatch.pl
2015-11-30 05:33:06.687670 zmwatch 27671 INF Watchdog starting zmwatch.pl
2015-11-30 05:33:06.429410 zmdc 27671 INF 'zmwatch.pl' started at 15/11/30 05:33:06 zmdc.pl
2015-11-30 05:33:06.429400 zmdc 27623 INF 'zmwatch.pl' starting at 15/11/30 05:33:06, pid = 27671 zmdc.pl
2015-11-30 05:33:06.323600 zmfilter 27655 INF Scanning for events zmfilter.pl
2015-11-30 05:33:06.009230 zmdc 27663 INF 'zmaudit.pl -c' started at 15/11/30 05:33:06 zmdc.pl
2015-11-30 05:33:06.007660 zmdc 27623 INF 'zmaudit.pl -c' starting at 15/11/30 05:33:06, pid = 27663 zmdc.pl
2015-11-30 05:33:05.932462 zmc_m1 27653 INF Priming capture from rtsp://admin:[PASSWORD]@192.168.1.164:88/videoMain zm_ffmpeg_camera.cpp 98
I'd be happy to switch back to a source type of remote if this would have better overall outcomes. Comments welcome.
Thanks for your interest.