h264parse causes decode errors "Got unexpected packet after EOF"

Nicolas Dufresne nicolas at ndufresne.ca
Thu Dec 17 19:17:27 UTC 2020


Le jeudi 17 décembre 2020 à 08:59 -0600, omer.tal a écrit :
> Hey guys,
> 
> So in the last few days I've been working on streaming H264 over RTP.
> I've noticed that when I'm using h264parse before avdec_h264 I'm getting
> many errors saying:
> 
> 
> 
> I used to think that I must use h264parse before decoding, and now I realize
> that I was probably wrong and also that I have know clue what is the purpose
> of h264parse.
> 
> Can someone explain to me please, why is h264parse causes all these errors,
> and when should I use it?

Using h264parse before the decoder is the right thing to do. The parser seems to
detect an invalid stream. Perhaps your source is buggy ?Perhaps it's a false
positive ? Share sufficient bits of that stream if you'd like to get us into
looking deeper.

> 
> Thanks.
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list