Hi,<br>
Does anyone know if TCP interleaved streaming works with gstreamer-0.10.9? If so, what would be the correct gst-launch pipeline?<br>
<br>
I had tried <br>
gst-launch rtspsrc location=rtsp://192.168.10.46/robot_car.mp4 protocols=4 ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink<br>
<br>
but the video does not play.<br>
<br>
Without the protocols=4, it plays fine.<br>
<br>
Thanks in advance for any help.<br>