On MPEG4 mode this is the problem:
I'm using the ffmpeg source, with:
Code: Select all
rtsp://<IP>/MediaInput/mpeg4
--edit: i can't attach the youtube url since i'm a new user... > paste youtube website in front> /watch?v=v1v8fa4Sj7M
On MJPEG mode, there is no picture and the debug log gives this error:
No content boundary found in header
Code: Select all
03/30/11 15:17:01.256946 zmc_m18[-1].INF-zmc.cpp/188 [Starting Capture]
03/30/11 15:17:01.338688 zmc_m18[-1].ERR-zm_remote_camera_http.cpp/721 [No content boundary found in header ' multipart/x-mixed-replace;boundary =--myboundary']
03/30/11 15:17:01.338733 zmc_m18[-1].ERR-zm_remote_camera_http.cpp/757 [No content boundary found in header ' multipart/x-mixed-replace;boundary =--myboundary']
03/30/11 15:17:01.338749 zmc_m18[-1].ERR-zm_remote_camera_http.cpp/1043 [Unable to get response]
03/30/11 15:17:01.338789 zmc_m18[-1].ERR-zmc.cpp/260 [Failed to capture image from monitor 18 (0/1)]
Any clues as to what is causing this and how it can be solved?