Hi,

I just started to play with the gst-rtsp-server examples, namely 

<pre>
./test-launch "( videotestsrc do-timestamp=true is-live=true \
pattern=smpte horizontal-speed=5 \
! video/x-raw,width=640,height=480,framerate=50000/1001,format=NV12 \
! queue name=encode-queue max-size-bytes=124416000 ! x264enc \
! video/x-h264,stream-format=byte-stream ! h264parse \
! rtph264pay name=pay0 config-interval=10 pt=96 )"
</pre>
With my client (<a href=http://grandstream.com/products/surveillance/gxv3500/documents/gxv3500_user_manual_1.0.1.38.pdf target="_top" rel="nofollow" link="external">Grandstream GXV3500</a>) I get these errors in the syslog:
<pre>
Oct  2 21:24:55 10.0.1.118 decode: rtsp/gs_rtsp.c:RTSP_DescribeRtspRespMsg():1167: send describe fialed 
Oct  2 21:24:57 10.0.1.118 decode: rtsp/gs_rtsp.c:RTSP_ParseDescribe200Resp():1999: Describe not contain trackID= and a=control:track.. 
</pre>
I do not know, how to specify the correct "trackID" and "a" in order to get an output. Does anybody have a hint?
<p>
Many thanks in advance for your answer!<br>
Christof

        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>