Hello all:
Who can help me to play the following Transport stream(which was encoded with H264 video and Mpeg2 audio),when I use the following cmd to play the file,
the video will dithering,and turn out :
Stream is corrupt error, ignorable ...
I use the following cmd:
gst-launch -v filesrc location=h264_25fps.ts ! mpegtsdemux name=demux demux. ! audio/mpeg ! queue ! typefind ! mad ! alsasink sync=false demux. ! video/x-h264 ! h264parse access-unit=true ! omx_h264dec ! omx_mdeiscaler name=d d.src_00 ! 'video/x-raw-yuv,width=800,height=480' ! omx_ctrl display-device=LCD ! gstperf ! omx_videosink top=50 left=50 display-mode=OMX_DC_MODE_1080P_60 sync=false display-device=LCD d.src_01 ! fakesink silent=true -v
For this kinds of stream,all can't be played well ,and I have gone through much headache in a few months.Who can help me ?Thanks very much.
The special log is here:
(Please visit the site to view this file)
and the TS video file is here,for uploading the file ,so I rename the .ts to .txt,when you download,you can change to .ts ,and to play.