Part Number: TDA4VM
Tool/software:
Hello Devs,
I am trying to run this gstreamer pipeline:
sudo gst-launch-1.0 rtspsrc location=rtsp://0.0.0.0:554/stream latency=0 buffer-mode=auto ! rtph264depay ! h264parse ! v4l2h264dec ! fakevideosink
The error I am getting is
Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Progress: (open) Opening Stream Pipeline is PREROLLED ... Prerolled, waiting for progress to finish... Progress: (connect) Connecting to rtsp://192.168.0.16:554/ch01.264 Progress: (open) Retrieving server options Progress: (open) Retrieving media info Progress: (request) SETUP stream 0 Progress: (request) SETUP stream 1 Progress: (open) Opened Stream Setting pipeline to PLAYING ... New clock: GstSystemClock Progress: (request) Sending PLAY request Progress: (request) Sending PLAY request Progress: (request) Sent PLAY request Redistribute latency... WARNING: from element /GstPipeline:pipeline0/GstH264Parse:h264parse0: Could not decode stream. Additional debug info: ../gst/videoparsers/gsth264parse.c(1457): gst_h264_parse_handle_frame (): /GstPipeline:pipeline0/GstH264Parse:h264parse0: Broken bit stream WARNING: from element /GstPipeline:pipeline0/GstH264Parse:h264parse0: Could not decode stream. Additional debug info: ../gst/videoparsers/gsth264parse.c(1457): gst_h264_parse_handle_frame (): /GstPipeline:pipeline0/GstH264Parse:h264parse0: Broken bit stream ERROR: from element /GstPipeline:pipeline0/v4l2h264dec:v4l2h264dec0: Failed to allocate required memory. Additional debug info: ../sys/v4l2/gstv4l2videodec.c(808): gst_v4l2_video_dec_handle_frame (): /GstPipeline:pipeline0/v4l2h264dec:v4l2h264dec0: Buffer pool activation failed Execution ended after 0:00:00.091038712 Setting pipeline to NULL ... Freeing pipeline ...
I am working on SDK version 8.6.
I cannot switch to newer SDK versions as there are already systems running on 8.6.
Please help.
Thank you
Best
Shubham