Hi all,
I'm using gstreamer and gstreamer-ti to send and receive h264 video streaming over the net.
If I start rx pipeline and then tx pipeline no problem, but if I start tx pipeline after rx pipeline, the
h264 decoder is not able no decode the stream received.
If I change the TI encoder with the ffmpeg h264 encoder the issue is sorted out.
If I change the TI decoder with the ffmpeg decoder the issue is present. The ffmpeg decoder shows a "key frame not detected" error.
In the TI encoder I'm using IPPPPPI GOP style.
Can someone help me?
Andrea