GStreamer-1.0 Failed to write input into the OpenMAX buffer

Lazar Todic lazzar.d.todic at gmail.com
Wed Jul 6 14:07:27 UTC 2016


Hi everyone! 
I am trying to receive video stream, decode it, encode it and send it back.
My pipeline:
gst-launch-1.0 udpsrc uri=udp://239.8.8.7:1234 ! tsdemux ! h264parse !
omxh264dec ! mpegtsmux ! udpsink host=239.8.8.7 port=1235

I am streaming .mpg video file.
Error I'm getting:
*ERROR: from element
/GstPipeline:pipeline0/GstOMXH264Enc-omxh264enc:omxh264enc-omxh264enc0:
Could not write to resource.
Additional debug info:
/dvs/git/dirty/git-master_linux/external/gstreamer/gst-omx/omx/gstomxvideoenc.c(2139):
gst_omx_video_enc_handle_frame ():
/GstPipeline:pipeline0/GstOMXH264Enc-omxh264enc:omxh264enc-omxh264enc0:
Failed to write input into the OpenMAX buffer*

When debugging with GST_DEBUG=3 I get:
ERROR:  tsdemux tsdemux.c:1338:gst_ts_demux_queue_data: CONTINUITY: Mismatch
packet 12, stream 13
ERROR:  default video-frame.c:136:gst_video_frame_map_id: failed to map
video frame plane 1
ERROR:  omxvideoenc
/dvs/git/dirty/git-master_linux/external/gstreamer/gst-omx/omx/gstomxvideoenc.c:1861:gst_omx_video_enc_fill_buffer:<omxh264enc-omxh264enc0>
Invalid input buffer size

I don't know how to resolve this issue. What could be the problem?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-1-0-Failed-to-write-input-into-the-OpenMAX-buffer-tp4678450.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list