|
Hi,
i would like to play a h264 ts-file via gstreamer with this minimal pipeline:
"gst-launch-0.10 filesrc location=testfile.ts ! mpegtsdemux ! ffdec_h264 ! xvimagesink"
This results in a 1fps diashow with lots of "basesink gstbasesink.c:2699:gst_base_sink_is_too_late:<xvimagesink0> warning: There may be a timestamping problem, or this computer is too slow."
It runs on a i7 q720 with 8gb ram and ati 5870 so i don't think that this machine is to slow.
Setting sync=false for xvimagesink shows a smooth playback.
ffmpeg is the latest one from git 27.10.2010.
Any hint to resolve this problem? Or is there another h.264 decoder plugin for gstreamer?
Thanks,
Thomas
|