<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">How do you send the data? In general,
sinks should sync output. That is, they respect the timestamps of
the output buffers. For example, a udpsink does not send a buffer
immediately; instead, it waits until the buffer's timestamp has
been reached.<br>
<br>
However, if you set the sink's "sync" property to false, then it
indeed will send as fast as possible. So, check if "sync" is set
to true or false in your sink(s).<br>
<br>
On 2013-06-05 14:41, jyoti kulkarni wrote:<br>
</div>
<blockquote
cite="mid:CAPwx=WTUQFDTR0cGmodcSMbS9pp_+R_3Uqjux+XH8v5oigRfAw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>Hi Guys,<br>
<br>
</div>
Is there any mechanism where we can control the bitrate
for sending data over network.<br>
<br>
</div>
Actually iam streaming a video over the network, server
sending data at 100mbps, so at client side i see lot of
buffers were lost and only some part of data is decoded.<br>
<br>
</div>
so whether we can tell gstreamer to send data at lower
bitrate, as i cant control the n/w bitrate <br>
<br>
</div>
Thanks in Advance<br>
</div>
Jyoti<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>