Hi All,<br><br>I am writing an application that will receive data from RTSP Server and dump it into file. I am making connection with RTSP Server using element <b>rtspsrc</b>. The SDP that is coming from RTSP Server contains three <b>m</b> lines so there must be 3 dynamic pads correspondence to three m lines given in SDP. But in my case <b>rtspsrc</b> element is creating only single pad that does not let my pipeline to reach in Playing state. Can anybody share why <b>rtspsrc</b> is creating single pad for below given SDP:<br>
<br>v=0<br>o=- 201208160751111187 2016644664443230887 IN IP4 127.0.0.1<br>s=<No Title><br>c=IN IP4 0.0.0.0<br>b=AS:271<br>a=maxps:1444<br>t=0 0<br>a=control:rtsp://<a href="http://183.222.13.11/test/">183.222.13.11/test/</a><br>
a=range:npt=5.000-5.000<br>a=type:broadcast<br>a=recvonly<br>m=audio 0 RTP/AVP 96<br>b=AS:35<br>b=X-AV:32<br>b=RS:0<br>b=RR:0<br>a=rtpmap:96 x-asf-pf/1000<br>a=control:audio<br>a=stream:1<br>m=application 0 RTP/AVP 96<br>
b=RS:0<br>b=RR:0<br>a=rtpmap:96 x-wms-rtx/1000<br>a=control:rtx<br>a=stream:65536<br>m=video 0 RTP/AVP 96<br>b=AS:236<br>b=X-AV:224<br>b=RS:0<br>b=RR:0<br>a=rtpmap:96 x-asf-pf/1000<br>a=control:video<br>a=stream:2<br><br>
Any help would be greatly appreciated.<br><br>Thanks,<br>Uma<br>