unable to decode frame at frame 0

Forum for questions and support relating to the 1.30.x releases only.
Locked
fips
Posts: 7
Joined: Mon Jun 22, 2015 11:23 am

unable to decode frame at frame 0

Post by fips »

Hi,

for some reason my working cam stopped.

Log says:
.) Starting Capture version 1.30.4
.) Priming capture from rtsp://admin:admin@192.168.1.210:554/rtsp_live0
.) Unable to decode frame at frame 0
.) 'zmc -m 2' exited abnormally, exit status 255

in VLC the URL works fine, on Zoneminder server that command works fine too:
ffmpeg -i rtsp://admin:admin@192.168.1.210:554/rtsp_live0 ./test.avi

How can solve this problem?

EDIT:
when I execute ffmpeg -i rtsp://admin:admin@192.168.1.210:554/rtsp_live0 ./test.avi
on shell I get those messages:

[h264 @ 0x55cba150cc80] illegal modification_of_pic_nums_idc 6
[h264 @ 0x55cba150cc80] decode_slice_header error
[h264 @ 0x55cba150cc80] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba1566a20] deblocking_filter_idc 8 out of range
[h264 @ 0x55cba1566a20] decode_slice_header error
[h264 @ 0x55cba1566a20] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba1565a00] deblocking_filter_idc 3 out of range
[h264 @ 0x55cba1565a00] decode_slice_header error
[h264 @ 0x55cba1565a00] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba150cc80] illegal modification_of_pic_nums_idc 7
[h264 @ 0x55cba150cc80] decode_slice_header error
[h264 @ 0x55cba150cc80] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba1566a20] illegal modification_of_pic_nums_idc 6
[h264 @ 0x55cba1566a20] decode_slice_header error
[h264 @ 0x55cba1566a20] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba1565a00] deblocking_filter_idc 8 out of range
[h264 @ 0x55cba1565a00] decode_slice_header error
[h264 @ 0x55cba1565a00] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba150cc80] deblocking_filter_idc 4 out of range
[h264 @ 0x55cba150cc80] decode_slice_header error
[h264 @ 0x55cba150cc80] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
[h264 @ 0x55cba1566a20] illegal modification_of_pic_nums_idc 7
[h264 @ 0x55cba1566a20] decode_slice_header error
[h264 @ 0x55cba1566a20] no frame!
Error while decoding stream #0:0: Invalid data found when processing input
Last message repeated 1 times
[swscaler @ 0x55cba1654060] deprecated pixel format used, make sure you did set range correctly
Output #0, avi, to './test.avi':
Metadata:
ISFT : Lavf57.71.100
Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
Metadata:
encoder : Lavc57.89.100 mpeg4
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
[rtsp @ 0x55cba14c9f20] max delay reached. need to consume packet
[rtsp @ 0x55cba14c9f20] RTP: missed 175 packets
[h264 @ 0x55cba1566a20] Increasing reorder buffer to 1
frame= 331 fps= 29 q=3.5 Lsize= 649kB time=00:00:20.12 bitrate= 264.3kbits/s speed=1.76x
video:632kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.771028%
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: unable to decode frame at frame 0

Post by bbunge »

Camera resolution in Zoneminder does not match camera output. Use VLC (Tools, Media Information, Codec) to check camera Display Resolution.
Locked