Tool/software: Linux
Hello, I want to play *.mpg video file on TDA2, I'm using gstreamer now, I don't know how to write pipeline,
Can you ask next, thank!
Below is the pipeline I tried to play, but it doesn't work properly.
**********************************************************************************************************************************
root@dra7xx-evm:/opt/vision_sdk# gst-launch-1.0 filesrc location=testvideo.mpg ! tsdemux ! video/x-h264 ! h264parse ! avdec_h264 ! autovideosink sync=false
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstTSDemux:tsdemux0: Internal data stream error.
Additional debug info:
../../../git/gst/mpegtsdemux/mpegtsbase.c(1347): mpegts_base_loop (): /GstPipeline:pipeline0/GstTSDemux:tsdemux0:
stream stopped, reason error
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
root@dra7xx-evm:/opt/vision_sdk#
root@dra7xx-evm:/opt/vision_sdk#