bit rate control

Chuck Crisler ccrisler at mutualink.net
Wed Jun 5 07:03:18 PDT 2013


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


On Wed, Jun 5, 2013 at 9:22 AM, Carlos Rafael Giani
<dv at pseudoterminal.org>wrote:

>  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.
>
> 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).
>
>
> On 2013-06-05 14:41, jyoti kulkarni wrote:
>
>    Hi Guys,
>
>  Is there any mechanism where we can control the bitrate for sending data
> over network.
>
>  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.
>
>  so whether we can tell gstreamer to send data at lower bitrate, as i cant
> control the n/w bitrate
>
>  Thanks in Advance
>  Jyoti
>
>
> _______________________________________________
> gstreamer-devel mailing listgstreamer-devel at lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130605/d13462d7/attachment.html>


More information about the gstreamer-devel mailing list