<div dir="ltr">You typically set the bitrate on the encoder. Also look at the capture device to insure that you aren't asking for something absurd, such at 1280x768 @60+ fps<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Jun 5, 2013 at 9:22 AM, Carlos Rafael Giani <span dir="ltr"><<a href="mailto:dv@pseudoterminal.org" target="_blank">dv@pseudoterminal.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>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).<div><div class="h5"><br>
      <br>
      On 2013-06-05 14:41, jyoti kulkarni wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">
      <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></fieldset>
      <br>
      </div></div><pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

<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>
<br></blockquote></div><br></div>