Hi,<br>
<br>
I am trying to stream MPEG-4 video using GStreamer.<br>
<br>
RTP ove UDP works fine with the following gstreamer command:<br>
gst-launch rtspsrc location=&lt;rtsp location&gt; ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink<br>
for MPEG-4 video.<br>
However, if I try to stream over TCP interleaved by setting the
'protocols' property to 4, there is no video seen, though by packet
capture i can see the packets coming from the server. I cannot also see
any error messages.<br>
<br>
Can you help me out?<br>
<br>
Thanks,<br>
Deeptendu<br>
<br>