Hi all,<br>I am performing live streaming via gstreamer tcpserversink and tcpclientsrc.<br>Now as server side pipeline i have prepared plugin which is muxing raw h264 data in container format and streams it over network.<br>
 At client side, it get demux and its decoded by ffdec_h264 which is than linked to autovideosink.<br>Now when pipeline is getting played, autovideo sink discards all frames other than key frames with warning that buffer is too late.<br>
I have debug by dumping data to filesink rather than directly playing and it works fine.So there is no timestamp problem.<br>So am I missing some flag due to which my buffer gets delayed reaching autovideosink or may be ffdec_h264 is making mine frame getting delayed due to some flag not set.<br>
Can please anyone help me out.<br>