Frame is too late-Warning in Android

Gokul Vellingiri vgokul129 at gmail.com
Tue Jan 20 00:42:46 PST 2015


I'm trying to stream video in Android mobile from v4l2src using rtp.The
application is working and will be able to see the stream in mobile,here i
had tried with h/w decoder but still the streaming is very slow.The
following is the pipeline i tried with:

*data->pipeline = gst_parse_launch("udpsrc port=5000 ! application/x-rtp,
clock-rate=90000, encoding-name=(string)H264, payload=96 ! queue !
rtph264depay ! h264parse ! amcviddec-omxqcomvideodecoderavc ! autovideosink
",&error);
*


I have got these messages at the LogCat:

01-20 13:32:10.971: W/GStreamer+amcvideodec(11437): 0:01:12.026979999
0x61b62580
gstamcvideodec.c:687:gst_amc_video_dec_loop:<amcvideodec-omxqcomvideodecoderavc0>
Frame is too late, dropping (deadline 0:00:00.465099955)
01-20 13:32:10.984: W/GStreamer+amcvideodec(11437): 0:01:12.039890116
0x61b62580
gstamcvideodec.c:687:gst_amc_video_dec_loop:<amcvideodec-omxqcomvideodecoderavc0>
Frame is too late, dropping (deadline 0:00:00.431771709)
01-20 13:32:11.002: W/GStreamer+amcvideodec(11437): 0:01:12.058538064
0x61b62580
gstamcvideodec.c:687:gst_amc_video_dec_loop:<amcvideodec-omxqcomvideodecoderavc0>
Frame is too late, dropping (deadline 0:00:00.401922784)
01-20 13:32:11.028: W/GStreamer+amcvideodec(11437): 0:01:12.084541421
0x61b62580
gstamcvideodec.c:687:gst_amc_video_dec_loop:<amcvideodec-omxqcomvideodecoderavc0>
Frame is too late, dropping (deadline 0:00:00.364810012)

Any hint or an example of a similar case solved would be much appreciated.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Frame-is-too-late-Warning-in-Android-tp4670351.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list