Hi,<div>Thanks Mark & Olivier. </div><div>Basically, I have a very basic RTSP streaming server. I have used the test-launch.c example and cross compiled it for leopardboard. Then using gst-launch I pass my pipleline to RTSP server for streaming and on client view it either using gst-launch or vlc.</div>
<div>Here is my pipeline:</div><div><br></div><div><span style="font-family:Calibri,sans-serif;font-size:11pt;line-height:115%">./TEST
"( v4l2src always-copy=FALSE input-src=composite chain-ipipe=true !
video/x-raw-yuv,format=(fourcc)NV12, width=640, height=480 ! queue ! dmaiaccel
! dmaienc_h264 encodingpreset=2 ratecontrol=2 intraframeinterval=23
idrinterval=46 targetbitrate=3000000 ! rtph264pay name=pay0 pt=96 )"</span></div><div> <br clear="all"><div><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
So basically I am not making use of any SDP files. How do I pass multiple data rates in here? Do I need to adapt a complete different procedure.</p><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></p><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Thanks,</p><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Maz</p></div><br><div class="gmail_quote">On 28 January 2013 20:34, Olivier Crête <span dir="ltr"><<a href="mailto:olivier.crete@collabora.com" target="_blank">olivier.crete@collabora.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, 2013-01-28 at 13:13 +0100, Marc Leeman wrote:<br>
> Considering that RTSP will give you a list of media in the SDP, I do<br>
> not see why you could not pass along multiple unicast/multicast<br>
> propositions in the same RTSP session.<br>
<br>
</div>The way you do adaptation in RTSP is to have the server switch what it's<br>
sending based on the RTCP reports, so most of the intelligence is in the<br>
server.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Olivier Crête<br>
<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>