Missing reference picture, default is 0
A stream i recorded previously does not play in chrome, but not in firefox and IE (http://46.255.106.106/test1.org.mp4). ffmpeg shows the following ouput:
[h264 @ 00000000025bec00] Missing reference picture, default is 0
[h264 @ 00000000025bec00] decode_slice_header error
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘test1.org.mp4’:
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
creation_time : 2013-11-01 13:50:00
Duration: 00:04:27.93, start: 0.000000, bitrate: 1014 kb/s
Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 64
kb/s (default)
Metadata:
creation_time : 2013-11-01 13:50:00
Stream #0:1(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 854×480 [
SAR 1:1 DAR 427:240], 940 kb/s, 15 fps, 15 tbr, 1k tbn, 30 tbc (default)
Metadata:
creation_time : 2013-11-01 13:50:00
I presume ‘[h264 @ 00000000025bec00] Missing reference picture, default is 0’ causes the problem.
Any ideas ?