[Libav-user] Continuity check failed for pid 519 expected 14 got 13
Kalileo
kalileo at universalx.net
Tue Apr 3 16:05:59 CEST 2012
On Apr 3, 2012, at 15:58 , Li Zhang wrote:
>
> Hi,
>
> Dose anyone has some suggestion for this problem?
>
> I hope I can deal with this problem not just let them popping up and stopping decode. In other words, it can resume the decoding again when the continuity check failed.
>
> ________________________________________
> From: libav-user-bounces at ffmpeg.org [libav-user-bounces at ffmpeg.org] On Behalf Of Li Zhang [lizhang at utelisys.com]
> Sent: Sunday, April 01, 2012 10:15 PM
> To: libav-user at ffmpeg.org
> Subject: [Libav-user] Continuity check failed for pid 519 expected 14 got 13
>
> Hi,
>
> That is again a problem about my transcoding. After some time my code will fail and I got lots of information from ffmpeg like:
>
> [mpegts @ 0x632860] Continuity check failed for pid 519 expected 14 got 13.
>
> At the same time, the decoding and encoding were all stop. I think it just grab a packet from input and found something wrong and threw it.
>
> I am wondering what was happening? And I used the VLC transcoding the same input and there was no this situation. So what I can do in order to avoid this situation?
>
>
As far as I remember the message "Continuity check failed for…" is just a warning and not an error. I recommend checking that there is not another error causing your program to stop.
More information about the Libav-user
mailing list