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.