[got H.264 video packet before codec data]

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[got H.264 video packet before codec data]

kiran
Hi.,

I am stuck with this issue, and it happens randomly. 

Pipeline for Sending from Mac:

gst-launch-1.0 -e avfvideosrc ! x264enc ! flvmux ! queue ! rtmpsink location='rtmp://192.168.9.59/live/livestream live=true'


Pipeline for receiving using Gstreamer Pipeline(Android Code):

rtmpsrc-> queue -> decodebin ->videoconvert ->autovideosink


And i get an error message "got H.264 video packet before codec data".

Any inputs to sort this out would be appreciated.

Thank you.

Regards,
Kiran

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [got H.264 video packet before codec data]

Nicolas Dufresne-5
Le jeudi 24 mai 2018 à 16:26 +0530, Kiran ND a écrit :

> Hi.,
>
> I am stuck with this issue, and it happens randomly.
>
> Pipeline for Sending from Mac:
>
> gst-launch-1.0 -e avfvideosrc ! x264enc ! flvmux ! queue ! rtmpsink
> location='rtmp://192.168.9.59/live/livestream live=true'
>
> Pipeline for receiving using Gstreamer Pipeline(Android Code):
>
> rtmpsrc-> queue -> decodebin ->videoconvert ->autovideosink
>
>
> And i get an error message "got H.264 video packet before codec
> data".
>
> Any inputs to sort this out would be appreciated.
Looks like one more regression in the flvmux rewrite. Set a value to
flvmux latency property. It's in nanosecond, as you didn't configure
x264enc, you probably have around 16 frames latency (you'll have to
convert to time based on your selected framerate rate).

>
> Thank you.
>
> Regards,
> Kiran
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [got H.264 video packet before codec data]

Tim Müller
Hi,


> > And i get an error message "got H.264 video packet before codec
> > data".

I think this one might be fixed in 1.14.1. What version are you using?

Cheers
-Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [got H.264 video packet before codec data]

kiran
>>I think this one might be fixed in 1.14.1. What version are you using?
 i am using version 1.14.0

will update and try it out.
Thank you

Cheers

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel