This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to show the video(TS data),Gstreamer?but maybe there are some bugs in it.

Hello all:

   I want to show the video ( transport stream based on Mpeg2) on the display,now i use gstreamer ,but failed using the following command:

gst-launch -v filesrc location=ts3.ts ! typefind ! mpegtsdemux name=demux demux. ! audio/mpeg ! queue max-size-buf
fers=1200 max-size-time=0 max-size-bytes=0 ! typefind ! mad ! alsasink demux. !video/x-h264 ! typefind ! TIViddec2 ! TIDmaiVideoSink videoStd=1080P_30

I try many kinds of ts data,but all can't show anything. anyone encounter this? thanks.