Hi,<br>
<br>
I was trying to stream H.263 video over RTSP/RTP using gstreamer. I used the command:<br>
gst-launch rtspsrc location=&lt;RTSP URL of a 3gp file with H.263
video&gt; ! rtph263pdepay ! ffdec_h263 ! ffmpegcolorspace ! xvimagesink<br>
However, I get the error: gst-launch-0.10:5450): GStreamer-WARNING **:
pad rtpdec0:sinkrtp returned caps that are not a real subset of its
template caps<br>
and the video does not play.<br>
<br>
However, after examining the SDP, I changed the code of
gstrtph263pdepay.c to allow the sink caps to have the range [1, MAX]
for clock-rate instead of 90,000, and also allow the encoding name
&quot;H263-2000&quot;. After this the gst-launch worked fine and the video played.<br>
<br>
Should this be incorporated in the gst code? <br>
I am using gstreamer-0.10.9 and gst-plugins-good-0.10.3.<br>
<br>
Regards,<br>
Deeptendu<br>