grabber.start();
IplImage frame = grabber.grab();
if (frame == null){
System.out.println("No Frame returned ..... ");
}else{
System.out.println("Frame returned ");
}
grabber.stop();
No Frame returned .....
[rtsp @ 000000000064dd60] CSeq 5 expected, 0 received.
[rtsp @ 000000000064dd60] Could not find codec parameters for stream 0 (Video: h264): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Metadata:
title : streamed by the Zmodo RTSP server
Duration: N/A, start: 0.000000, bitrate: 64 kb/s
Stream #0:0: Video: h264, 90k tbr, 90k tbn, 180k tbc
Stream #0:1: Audio: pcm_alaw, 8000 Hz, 1 channels, s16, 64 kb/s
[IMGUTILS @ 000000000293eea0] Picture size 0x720 is invalid
[IMGUTILS @ 000000000293ee10] Picture size 0x720 is invalid